Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigwhite/experiments
/ types & classes
Types & classes
1,053 in github.com/bigwhite/experiments
⨍
Functions
5,218
◇
Types & classes
1,053
↓ 72 callers
TypeAlias
CharData
A CharData represents XML character data (raw text), in which XML escape sequences have been replaced by the characters they represent.
xml-rewrite-carriage-return/xml/xml.go:84
↓ 19 callers
TypeAlias
Directive
A Directive represents an XML directive of the form <!text>. The bytes do not include the <! and > markers.
xml-rewrite-carriage-return/xml/xml.go:116
↓ 8 callers
FuncType
ShutdownerFunc
func(time.Duration) error
writing-go-code-issues/2nd-issue/timeoutexit-demo/shutdown.go:13
↓ 6 callers
TypeAlias
Comment
A Comment represents an XML comment of the form <!--comment-->. The bytes do not include the <!-- and --> comment markers.
xml-rewrite-carriage-return/xml/xml.go:97
↓ 4 callers
Struct
cond
A cond is a single condition in the matcher. Given an input id, if id&mask == bits, return the result.
hash-based-bisect/bisect-demo/bisect/bisect.go:269
↓ 2 callers
TypeAlias
MyInt1
go19-examples/typealias/typedefinitions-assignment.go:5
↓ 1 callers
FuncType
CommitFunc
The CommitFunc type is an adapter to allow the use of ordinary function as a Committer. If f is a function with the appropriate signature, CommitFunc(
database-access/ent/ent/tx.go:43
↓ 1 callers
TypeAlias
FramePayload
* Frame定义 frameHeader + framePayload(packet) frameHeader 4 bytes: length 整型,帧总长度(含头及payload) framePayload Packet */
tcp-stream-proto/demo1/pkg/frame/frame.go:20
↓ 1 callers
TypeAlias
FramePayload
* Frame定义 frameHeader + framePayload(packet) frameHeader 4 bytes: length 整型,帧总长度(含头及payload) framePayload Packet */
tcp-stream-proto/demo3/pkg/frame/frame.go:22
↓ 1 callers
TypeAlias
FramePayload
* Frame定义 frameHeader + framePayload(packet) frameHeader 4 bytes: length 整型,帧总长度(含头及payload) framePayload Packet */
tcp-stream-proto/demo2/pkg/frame/frame.go:20
↓ 1 callers
TypeAlias
FramePayload
* Frame定义 frameHeader + framePayload(packet) frameHeader 4 bytes: length 整型,帧总长度(含头及payload) framePayload Packet */
tcp-stream-proto/demo3-with-metrics/pkg/frame/frame.go:22
↓ 1 callers
TypeAlias
FramePayload
* Frame定义 frameHeader + framePayload(packet) frameHeader 4 bytes: length 整型,帧总长度(含头及payload) framePayload Packet */
tcp-stream-proto/demo1-with-metrics/pkg/frame/frame.go:20
↓ 1 callers
TypeAlias
IntSlice
slice-sort-in-go/sort_int_slice.go:8
↓ 1 callers
TypeAlias
MyBytes
xml-rewrite-carriage-return/xml/marshal_test.go:277
↓ 1 callers
TypeAlias
MyInt
type definitions
go19-examples/typealias/typedefinitions-assignment.go:4
↓ 1 callers
TypeAlias
MyInt
go19-examples/typealias/typealias-interface.go:10
↓ 1 callers
TypeAlias
MyInt
type definitions
go19-examples/typealias/typedefinition-method.go:4
↓ 1 callers
TypeAlias
MyInt
xml-rewrite-carriage-return/xml/marshal_test.go:289
↓ 1 callers
TypeAlias
NamedType
xml-rewrite-carriage-return/xml/marshal_test.go:43
↓ 1 callers
FuncType
RollbackFunc
The RollbackFunc type is an adapter to allow the use of ordinary function as a Rollbacker. If f is a function with the appropriate signature, Rollback
database-access/ent/ent/tx.go:99
↓ 1 callers
TypeAlias
TiboeIndexByRank
go18-examples/stdlib/sort/sortslice-before-go18.go:13
↓ 1 callers
TypeAlias
UnmarshalError
An UnmarshalError represents an error in the unmarshaling process.
xml-rewrite-carriage-return/xml/read.go:155
↓ 1 callers
TypeAlias
goFilesFS
iofs/gofilefs/gofilefs.go:44
↓ 1 callers
Class
sigaction
invoke_func_with_timeout_examples/timeout_wrapper.c:22
Struct
A
xml-rewrite-carriage-return/xml/marshal_test.go:1912
Struct
AccessTokenErrorResponse
wechat_examples/public/4-customservicetextmsg/customservicemsg.go:27
Struct
AccessTokenResponse
wechat_examples/public/4-customservicetextmsg/customservicemsg.go:22
Struct
Add
go-soap/pkg/myservice/myservice.go:19
Struct
AddParams
AddParams 和 Add 工具的实现
mcp-go-sdk/httpserver/main.go:25
Struct
AddResponse
go-soap/pkg/myservice/myservice.go:27
Struct
AddSubContext
antlr/calc/parser/calc_parser.go:389
Struct
Address
jsonv2/jsondemo5-inline-v1.go:8
Struct
Address
jsonv2/jsondemo5-inline-v2.go:9
Struct
Address
xml-rewrite-carriage-return/xml/example_test.go:14
Struct
Agent
--- Agent Logic (Adapted for OpenAI) ---
code-editing-agent-deepseek/main.go:276
FuncType
AggregateFunc
AggregateFunc applies an aggregation step on the group-by traversal/selector.
database-access/ent/ent/ent.go:115
Interface
Animal
reflect-guide/interface.go:8
TypeAlias
Animal
xml-rewrite-carriage-return/xml/example_marshaling_test.go:15
Struct
AnyHolder
xml-rewrite-carriage-return/xml/marshal_test.go:254
Struct
AnyOmitTest
xml-rewrite-carriage-return/xml/marshal_test.go:242
Struct
AnySliceTest
xml-rewrite-carriage-return/xml/marshal_test.go:248
Struct
AnyTest
xml-rewrite-carriage-return/xml/marshal_test.go:236
Struct
ArithmeticExprInPrimaryExprContext
antlr/tdat/parser/tdat_parser.go:1354
Struct
ArithmeticOpContext
antlr/tdat/parser/tdat_parser.go:1683
Struct
AtomicCounter
--- Level 2: Atomic ---
concurrency-costs/main_test.go:51
Struct
Attr
An Attr represents an attribute in an XML element (Name=Value).
xml-rewrite-carriage-return/xml/xml.go:48
Struct
AttrParent
xml-rewrite-carriage-return/xml/marshal_test.go:1672
Struct
AttrTest
xml-rewrite-carriage-return/xml/marshal_test.go:192
Struct
AttrsTest
xml-rewrite-carriage-return/xml/marshal_test.go:202
Struct
B
writing-go-code-issues/1st-issue/vendor-demo/lib_b/b.go:5
Struct
B
xml-rewrite-carriage-return/xml/marshal_test.go:2346
Struct
BadAttr
xml-rewrite-carriage-return/xml/marshal_test.go:1676
Struct
BadPathEmbeddedA
xml-rewrite-carriage-return/xml/read_test.go:315
Struct
BadPathEmbeddedB
xml-rewrite-carriage-return/xml/read_test.go:319
Struct
BadPathTestA
xml-rewrite-carriage-return/xml/read_test.go:293
Struct
BadPathTestB
xml-rewrite-carriage-return/xml/read_test.go:299
Struct
BadPathTestC
xml-rewrite-carriage-return/xml/read_test.go:305
Struct
BadPathTestD
xml-rewrite-carriage-return/xml/read_test.go:310
TypeAlias
Bar
go19-examples/typealias/typedefinition-embedding.go:4
Class
Bar1
java_examples/HelloWorld/src/lib1/com/helloworld/lib1/Bar1.java:3
Class
Bar2
java_examples/HelloWorld/src/lib2/com/helloworld/lib2/Bar2.java:3
Struct
BaseCSVListener
BaseCSVListener is a complete listener for a parse tree produced by CSVParser.
antlr/csv2map/parser/csv_base_listener.go:8
Struct
BaseCalcListener
BaseCalcListener is a complete listener for a parse tree produced by CalcParser.
antlr/calc/parser/calc_base_listener.go:8
Struct
BaseTdatListener
BaseTdatListener is a complete listener for a parse tree produced by TdatParser.
antlr/tdat/parser/tdat_base_listener.go:8
Struct
BasicAuth
go-soap/pkg/myservice/myservice.go:227
Struct
BinaryOperator
antlr/tdat/semantic/semantic.go:157
Struct
BlockingTicketLockCounter
--- Level 4: Blocking Ticket Lock ---
concurrency-costs/main_test.go:120
Struct
Book
xml-rewrite-carriage-return/xml/marshal_test.go:59
Struct
BracketExprInPrimaryExprContext
antlr/tdat/parser/tdat_parser.go:1262
Struct
BuildInfoResponse
BuildInfoResponse 完整的构建信息响应
buildinfo-examples/demo3/main.go:21
Struct
BuilderByBytesBuffer
go1.10-examples/stdlib/stringsbuilder/builder.go:9
Struct
BuilderByStringsBuilder
go1.10-examples/stdlib/stringsbuilder/builder.go:20
Struct
BuildinExprInPrimaryExprContext
antlr/tdat/parser/tdat_parser.go:1441
Struct
BuiltinContext
antlr/tdat/parser/tdat_parser.go:1780
Struct
Business
Business struct
dependency-injection-examples/manual/demo/business/business.go:13
Struct
Business
Business struct
dependency-injection-examples/fx/demo/business/business.go:13
Struct
Business
Business struct
dependency-injection-examples/wire/demo/business/business.go:13
Interface
BusinessLogic
BusinessLogic interface
dependency-injection-examples/manual/demo/business/business.go:8
Interface
BusinessLogic
BusinessLogic interface
dependency-injection-examples/fx/demo/business/business.go:8
Interface
BusinessLogic
BusinessLogic interface
dependency-injection-examples/wire/demo/business/business.go:8
Struct
C
details-in-go/3/embedingstructinstruct.go:30
Struct
C
xml-rewrite-carriage-return/xml/marshal_test.go:1916
Struct
CDATAText
* type CDATAText struct { Text []byte `xml:",innerxml"` } */
wechat_examples/public/2-recvtextmsg/recvtextmsg_unencrypt.go:45
Struct
CDATAText
* type CDATAText struct { Text []byte `xml:",innerxml"` } */
wechat_examples/public/3-encryptedtextmsg/recvencryptedtextmsg.go:88
Struct
CDataTest
xml-rewrite-carriage-return/xml/marshal_test.go:376
Class
CSVBaseListener
This class provides an empty implementation of {@link CSVListener}, which can be extended to create a listener which only needs to handle a subset of
antlr/csv2map/CSVBaseListener.java:12
Class
CSVLexer
antlr/csv2map/CSVLexer.java:11
Struct
CSVLexer
antlr/csv2map/parser/csv_lexer.go:18
Interface
CSVListener
This interface defines a complete listener for a parse tree produced by {@link CSVParser}.
antlr/csv2map/CSVListener.java:8
Interface
CSVListener
CSVListener is a complete listener for a parse tree produced by CSVParser.
antlr/csv2map/parser/csv_listener.go:8
Struct
CSVMapListener
antlr/csv2map/csv_listener.go:11
Class
CSVParser
antlr/csv2map/CSVParser.java:11
Struct
CSVParser
antlr/csv2map/parser/csv_parser.go:18
Interface
Cache
Cache defines the interface for a simple cache.
go-cache-strategy/internal/cache/cache.go:9
Struct
Cache
Cache wraps a cache instance to provide Read-Through logic.
go-cache-strategy/strategy/readthrough/readthrough.go:17
Struct
Cache
Cache 是一个泛型并发缓存,支持任意类型的键和值。
go1.24-foresight/stdlib/synctest/cache.go:9
Struct
CalcLexer
antlr/calc/parser/calc_lexer.go:18
Interface
CalcListener
CalcListener is a complete listener for a parse tree produced by CalcParser.
antlr/calc/parser/calc_listener.go:8
Struct
CalcParser
antlr/calc/parser/calc_parser.go:18
Struct
CalculatorSoap
go-soap/pkg/myservice/myservice.go:75
next →
1–100 of 1,053, ranked by callers