MCPcopy Create free account

hub / github.com/bigwhite/experiments / types & classes

Types & classes1,053 in github.com/bigwhite/experiments

↓ 72 callersTypeAliasCharData
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 callersTypeAliasDirective
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 callersFuncTypeShutdownerFunc
func(time.Duration) error
writing-go-code-issues/2nd-issue/timeoutexit-demo/shutdown.go:13
↓ 6 callersTypeAliasComment
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 callersStructcond
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 callersTypeAliasMyInt1
go19-examples/typealias/typedefinitions-assignment.go:5
↓ 1 callersFuncTypeCommitFunc
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 callersTypeAliasFramePayload
* Frame定义 frameHeader + framePayload(packet) frameHeader 4 bytes: length 整型,帧总长度(含头及payload) framePayload Packet */
tcp-stream-proto/demo1/pkg/frame/frame.go:20
↓ 1 callersTypeAliasFramePayload
* Frame定义 frameHeader + framePayload(packet) frameHeader 4 bytes: length 整型,帧总长度(含头及payload) framePayload Packet */
tcp-stream-proto/demo3/pkg/frame/frame.go:22
↓ 1 callersTypeAliasFramePayload
* Frame定义 frameHeader + framePayload(packet) frameHeader 4 bytes: length 整型,帧总长度(含头及payload) framePayload Packet */
tcp-stream-proto/demo2/pkg/frame/frame.go:20
↓ 1 callersTypeAliasFramePayload
* Frame定义 frameHeader + framePayload(packet) frameHeader 4 bytes: length 整型,帧总长度(含头及payload) framePayload Packet */
tcp-stream-proto/demo3-with-metrics/pkg/frame/frame.go:22
↓ 1 callersTypeAliasFramePayload
* Frame定义 frameHeader + framePayload(packet) frameHeader 4 bytes: length 整型,帧总长度(含头及payload) framePayload Packet */
tcp-stream-proto/demo1-with-metrics/pkg/frame/frame.go:20
↓ 1 callersTypeAliasIntSlice
slice-sort-in-go/sort_int_slice.go:8
↓ 1 callersTypeAliasMyBytes
xml-rewrite-carriage-return/xml/marshal_test.go:277
↓ 1 callersTypeAliasMyInt
type definitions
go19-examples/typealias/typedefinitions-assignment.go:4
↓ 1 callersTypeAliasMyInt
go19-examples/typealias/typealias-interface.go:10
↓ 1 callersTypeAliasMyInt
type definitions
go19-examples/typealias/typedefinition-method.go:4
↓ 1 callersTypeAliasMyInt
xml-rewrite-carriage-return/xml/marshal_test.go:289
↓ 1 callersTypeAliasNamedType
xml-rewrite-carriage-return/xml/marshal_test.go:43
↓ 1 callersFuncTypeRollbackFunc
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 callersTypeAliasTiboeIndexByRank
go18-examples/stdlib/sort/sortslice-before-go18.go:13
↓ 1 callersTypeAliasUnmarshalError
An UnmarshalError represents an error in the unmarshaling process.
xml-rewrite-carriage-return/xml/read.go:155
↓ 1 callersTypeAliasgoFilesFS
iofs/gofilefs/gofilefs.go:44
↓ 1 callersClasssigaction
invoke_func_with_timeout_examples/timeout_wrapper.c:22
StructA
xml-rewrite-carriage-return/xml/marshal_test.go:1912
StructAccessTokenErrorResponse
wechat_examples/public/4-customservicetextmsg/customservicemsg.go:27
StructAccessTokenResponse
wechat_examples/public/4-customservicetextmsg/customservicemsg.go:22
StructAdd
go-soap/pkg/myservice/myservice.go:19
StructAddParams
AddParams 和 Add 工具的实现
mcp-go-sdk/httpserver/main.go:25
StructAddResponse
go-soap/pkg/myservice/myservice.go:27
StructAddSubContext
antlr/calc/parser/calc_parser.go:389
StructAddress
jsonv2/jsondemo5-inline-v1.go:8
StructAddress
jsonv2/jsondemo5-inline-v2.go:9
StructAddress
xml-rewrite-carriage-return/xml/example_test.go:14
StructAgent
--- Agent Logic (Adapted for OpenAI) ---
code-editing-agent-deepseek/main.go:276
FuncTypeAggregateFunc
AggregateFunc applies an aggregation step on the group-by traversal/selector.
database-access/ent/ent/ent.go:115
InterfaceAnimal
reflect-guide/interface.go:8
TypeAliasAnimal
xml-rewrite-carriage-return/xml/example_marshaling_test.go:15
StructAnyHolder
xml-rewrite-carriage-return/xml/marshal_test.go:254
StructAnyOmitTest
xml-rewrite-carriage-return/xml/marshal_test.go:242
StructAnySliceTest
xml-rewrite-carriage-return/xml/marshal_test.go:248
StructAnyTest
xml-rewrite-carriage-return/xml/marshal_test.go:236
StructArithmeticExprInPrimaryExprContext
antlr/tdat/parser/tdat_parser.go:1354
StructArithmeticOpContext
antlr/tdat/parser/tdat_parser.go:1683
StructAtomicCounter
--- Level 2: Atomic ---
concurrency-costs/main_test.go:51
StructAttr
An Attr represents an attribute in an XML element (Name=Value).
xml-rewrite-carriage-return/xml/xml.go:48
StructAttrParent
xml-rewrite-carriage-return/xml/marshal_test.go:1672
StructAttrTest
xml-rewrite-carriage-return/xml/marshal_test.go:192
StructAttrsTest
xml-rewrite-carriage-return/xml/marshal_test.go:202
StructB
writing-go-code-issues/1st-issue/vendor-demo/lib_b/b.go:5
StructB
xml-rewrite-carriage-return/xml/marshal_test.go:2346
StructBadAttr
xml-rewrite-carriage-return/xml/marshal_test.go:1676
StructBadPathEmbeddedA
xml-rewrite-carriage-return/xml/read_test.go:315
StructBadPathEmbeddedB
xml-rewrite-carriage-return/xml/read_test.go:319
StructBadPathTestA
xml-rewrite-carriage-return/xml/read_test.go:293
StructBadPathTestB
xml-rewrite-carriage-return/xml/read_test.go:299
StructBadPathTestC
xml-rewrite-carriage-return/xml/read_test.go:305
StructBadPathTestD
xml-rewrite-carriage-return/xml/read_test.go:310
TypeAliasBar
go19-examples/typealias/typedefinition-embedding.go:4
ClassBar1
java_examples/HelloWorld/src/lib1/com/helloworld/lib1/Bar1.java:3
ClassBar2
java_examples/HelloWorld/src/lib2/com/helloworld/lib2/Bar2.java:3
StructBaseCSVListener
BaseCSVListener is a complete listener for a parse tree produced by CSVParser.
antlr/csv2map/parser/csv_base_listener.go:8
StructBaseCalcListener
BaseCalcListener is a complete listener for a parse tree produced by CalcParser.
antlr/calc/parser/calc_base_listener.go:8
StructBaseTdatListener
BaseTdatListener is a complete listener for a parse tree produced by TdatParser.
antlr/tdat/parser/tdat_base_listener.go:8
StructBasicAuth
go-soap/pkg/myservice/myservice.go:227
StructBinaryOperator
antlr/tdat/semantic/semantic.go:157
StructBlockingTicketLockCounter
--- Level 4: Blocking Ticket Lock ---
concurrency-costs/main_test.go:120
StructBook
xml-rewrite-carriage-return/xml/marshal_test.go:59
StructBracketExprInPrimaryExprContext
antlr/tdat/parser/tdat_parser.go:1262
StructBuildInfoResponse
BuildInfoResponse 完整的构建信息响应
buildinfo-examples/demo3/main.go:21
StructBuilderByBytesBuffer
go1.10-examples/stdlib/stringsbuilder/builder.go:9
StructBuilderByStringsBuilder
go1.10-examples/stdlib/stringsbuilder/builder.go:20
StructBuildinExprInPrimaryExprContext
antlr/tdat/parser/tdat_parser.go:1441
StructBuiltinContext
antlr/tdat/parser/tdat_parser.go:1780
StructBusiness
Business struct
dependency-injection-examples/manual/demo/business/business.go:13
StructBusiness
Business struct
dependency-injection-examples/fx/demo/business/business.go:13
StructBusiness
Business struct
dependency-injection-examples/wire/demo/business/business.go:13
InterfaceBusinessLogic
BusinessLogic interface
dependency-injection-examples/manual/demo/business/business.go:8
InterfaceBusinessLogic
BusinessLogic interface
dependency-injection-examples/fx/demo/business/business.go:8
InterfaceBusinessLogic
BusinessLogic interface
dependency-injection-examples/wire/demo/business/business.go:8
StructC
details-in-go/3/embedingstructinstruct.go:30
StructC
xml-rewrite-carriage-return/xml/marshal_test.go:1916
StructCDATAText
* type CDATAText struct { Text []byte `xml:",innerxml"` } */
wechat_examples/public/2-recvtextmsg/recvtextmsg_unencrypt.go:45
StructCDATAText
* type CDATAText struct { Text []byte `xml:",innerxml"` } */
wechat_examples/public/3-encryptedtextmsg/recvencryptedtextmsg.go:88
StructCDataTest
xml-rewrite-carriage-return/xml/marshal_test.go:376
ClassCSVBaseListener
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
ClassCSVLexer
antlr/csv2map/CSVLexer.java:11
StructCSVLexer
antlr/csv2map/parser/csv_lexer.go:18
InterfaceCSVListener
This interface defines a complete listener for a parse tree produced by {@link CSVParser}.
antlr/csv2map/CSVListener.java:8
InterfaceCSVListener
CSVListener is a complete listener for a parse tree produced by CSVParser.
antlr/csv2map/parser/csv_listener.go:8
StructCSVMapListener
antlr/csv2map/csv_listener.go:11
ClassCSVParser
antlr/csv2map/CSVParser.java:11
StructCSVParser
antlr/csv2map/parser/csv_parser.go:18
InterfaceCache
Cache defines the interface for a simple cache.
go-cache-strategy/internal/cache/cache.go:9
StructCache
Cache wraps a cache instance to provide Read-Through logic.
go-cache-strategy/strategy/readthrough/readthrough.go:17
StructCache
Cache 是一个泛型并发缓存,支持任意类型的键和值。
go1.24-foresight/stdlib/synctest/cache.go:9
StructCalcLexer
antlr/calc/parser/calc_lexer.go:18
InterfaceCalcListener
CalcListener is a complete listener for a parse tree produced by CalcParser.
antlr/calc/parser/calc_listener.go:8
StructCalcParser
antlr/calc/parser/calc_parser.go:18
StructCalculatorSoap
go-soap/pkg/myservice/myservice.go:75
next →1–100 of 1,053, ranked by callers