interfaces
The interfaces Go dispatches through most
An interface call doesn’t land on one function. A write to an io.Writer might hit a file, a buffer, or a socket, so these calls sit outside the optimization ranking and get their own lens here. This is where dispatch concentrates: 489,297 calls across 840 methods, with 29% of it flowing through the top 5.
61,365 types implement this
every shape, by dispatch
Showing the top 300 of 840 interface methods by dispatch. Search any method by name up top, or open it directly.
Dispatch calls count the callsites that go through the interface method; the runtime target may be any implementation. That’s why these are reported separately from the resolved ranking. See the taxonomy.
what implements each shape
The types behind the interfaces
This index lists the concrete types the checker proved satisfy each interface, found across the corpus; each shape shows up to 15 here, with the full number of implementations stated beside it. Membership is decided by the type checker, never by name.
io.Closer std 61,365 types 58,482 dispatch
- dara.DaraFile alibabacloud-go/tea ext
- dara.DefaultWebSocketClient alibabacloud-go/tea ext
- cmd.GetObjectReader minio/minio ext
- cmd.PutObjReader minio/minio ext
- cmd.SelectParameters minio/minio ext
- zerolog.ConsoleWriter rs/zerolog ext
- zerolog.FilteredLevelWriter rs/zerolog ext
- zerolog.LevelWriterAdapter rs/zerolog ext
- zerolog.TriggerLevelWriter rs/zerolog ext
- server.ClientHelloInjector nats-io/nats-server/v2 ext
- server.FakeConn nats-io/nats-server/v2 ext
- server.FakeListener nats-io/nats-server/v2 ext
- server.FakeSocket nats-io/nats-server/v2 ext
- bce.Body baidubce/bce-sdk-go ext
- bce.TeeReadNopCloser baidubce/bce-sdk-go ext
Showing 15 of 61,365 types found across the corpus.
context.Context std 22,934 types 44,027 dispatch
- context.APIContext gitea.dev ext
- context.Base gitea.dev ext
- context.Context gitea.dev ext
- context.PrivateContext gitea.dev ext
- context.TemplateContext gitea.dev ext
- context.ValidateContext gitea.dev ext
- tree.DDecimal cockroachdb/cockroach ext
- network.AdminRuleCollectionsClient Azure/azure-sdk-for-go ext
- network.AdminRuleListResult Azure/azure-sdk-for-go ext
- network.AdminRulesClient Azure/azure-sdk-for-go ext
- network.ApplicationGatewayPrivateEndpointConnectionsClient Azure/azure-sdk-for-go ext
- network.ApplicationGatewayPrivateLinkResourcesClient Azure/azure-sdk-for-go ext
- network.ApplicationGatewayWafDynamicManifestsClient Azure/azure-sdk-for-go ext
- network.ApplicationGatewayWafDynamicManifestsDefaultClient Azure/azure-sdk-for-go ext
- network.ApplicationGatewaysClient Azure/azure-sdk-for-go ext
Showing 15 of 22,934 types found across the corpus.
io.Writer std 58,192 types 13,993 dispatch
- zerolog.ConsoleWriter rs/zerolog ext
- zerolog.FilteredLevelWriter rs/zerolog ext
- zerolog.LevelWriterAdapter rs/zerolog ext
- zerolog.Logger rs/zerolog ext
- zerolog.TestWriter rs/zerolog ext
- zerolog.TriggerLevelWriter rs/zerolog ext
- server.ClientHelloInjector nats-io/nats-server/v2 ext
- server.FakeConn nats-io/nats-server/v2 ext
- server.FakeSocket nats-io/nats-server/v2 ext
- context.APIContext gitea.dev ext
- context.Base gitea.dev ext
- context.Context gitea.dev ext
- context.PrivateContext gitea.dev ext
- context.Response gitea.dev ext
- context.ValidateContext gitea.dev ext
Showing 15 of 58,192 types found across the corpus.
net/http.Handler std 57,355 types 5,629 dispatch
- zap.AtomicLevel go.uber.org/zap ext
- mux.Router gorilla/mux ext
- tree.DDecimal cockroachdb/cockroach ext
- network.ActiveSecurityAdminRulesListResult Azure/azure-sdk-for-go ext
- network.AdminRuleCollection Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionListResult Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionsClient Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionsDeleteFuture Azure/azure-sdk-for-go ext
- network.AdminRuleListResult Azure/azure-sdk-for-go ext
- network.AdminRulesClient Azure/azure-sdk-for-go ext
- network.AdminRulesDeleteFuture Azure/azure-sdk-for-go ext
- network.ApplicationGateway Azure/azure-sdk-for-go ext
- network.ApplicationGatewayAvailableSslOptions Azure/azure-sdk-for-go ext
- network.ApplicationGatewayAvailableSslPredefinedPolicies Azure/azure-sdk-for-go ext
- network.ApplicationGatewayListResult Azure/azure-sdk-for-go ext
Showing 15 of 57,355 types found across the corpus.
io.Reader std 57,926 types 2,899 dispatch
- dara.FileFormReader alibabacloud-go/tea ext
- cmd.DecryptBlocksReader minio/minio ext
- cmd.DummyDataGen minio/minio ext
- cmd.GetObjectReader minio/minio ext
- cmd.PutObjReader minio/minio ext
- server.ClientHelloInjector nats-io/nats-server/v2 ext
- server.FakeConn nats-io/nats-server/v2 ext
- server.FakeSocket nats-io/nats-server/v2 ext
- server.MathRandReader nats-io/nats-server/v2 ext
- bce.Body baidubce/bce-sdk-go ext
- bce.TeeReadNopCloser baidubce/bce-sdk-go ext
- aws.ReaderSeekerCloser aws/aws-sdk-go ext
- tree.DDecimal cockroachdb/cockroach ext
- tree.FmtCtx cockroachdb/cockroach ext
- network.ActiveSecurityAdminRulesListResult Azure/azure-sdk-for-go ext
Showing 15 of 57,926 types found across the corpus.
fmt.Stringer std 301,437 types 1,759 dispatch
- azure.Resource Azure/go-autorest/autorest ext
- core.DetailedResponse IBM/go-sdk-core/v5 ext
- logrus.Level sirupsen/logrus ext
- klog.Level klog/v2 ext
- klog.ObjectRef klog/v2 ext
- framework.NamespacedName k8s.io/kubernetes ext
- ast.Diagnostic microsoft/typescript-go ext
- ast.Kind microsoft/typescript-go ext
- requests.CommonRequest aliyun/alibaba-cloud-sdk-go ext
- core.QStringRef therecipe/qt ext
- core.QTextBoundaryFinder therecipe/qt ext
- core.QTextStream therecipe/qt ext
- json.Delim tencentcloud/tencentcloud-sdk-go/tencentcloud/common ext
- json.Embed0p tencentcloud/tencentcloud-sdk-go/tencentcloud/common ext
- json.Number tencentcloud/tencentcloud-sdk-go/tencentcloud/common ext
Showing 15 of 301,437 types found across the corpus.
io.Seeker std 56,812 types 1,160 dispatch
- cmd.DummyDataGen minio/minio ext
- bce.TeeReadNopCloser baidubce/bce-sdk-go ext
- aws.ReaderSeekerCloser aws/aws-sdk-go ext
- tree.DDecimal cockroachdb/cockroach ext
- network.ActiveSecurityAdminRulesListResult Azure/azure-sdk-for-go ext
- network.AdminRuleCollection Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionListResult Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionsClient Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionsDeleteFuture Azure/azure-sdk-for-go ext
- network.AdminRuleListResult Azure/azure-sdk-for-go ext
- network.AdminRulesClient Azure/azure-sdk-for-go ext
- network.AdminRulesDeleteFuture Azure/azure-sdk-for-go ext
- network.ApplicationGateway Azure/azure-sdk-for-go ext
- network.ApplicationGatewayAvailableSslOptions Azure/azure-sdk-for-go ext
- network.ApplicationGatewayAvailableSslPredefinedPolicies Azure/azure-sdk-for-go ext
Showing 15 of 56,812 types found across the corpus.
net/http.RoundTripper std 56,883 types 1,069 dispatch
- bce.ErrorTypeTransport baidubce/bce-sdk-go ext
- tree.DDecimal cockroachdb/cockroach ext
- network.ActiveSecurityAdminRulesListResult Azure/azure-sdk-for-go ext
- network.AdminRuleCollection Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionListResult Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionsClient Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionsDeleteFuture Azure/azure-sdk-for-go ext
- network.AdminRuleListResult Azure/azure-sdk-for-go ext
- network.AdminRulesClient Azure/azure-sdk-for-go ext
- network.AdminRulesDeleteFuture Azure/azure-sdk-for-go ext
- network.ApplicationGateway Azure/azure-sdk-for-go ext
- network.ApplicationGatewayAvailableSslOptions Azure/azure-sdk-for-go ext
- network.ApplicationGatewayAvailableSslPredefinedPolicies Azure/azure-sdk-for-go ext
- network.ApplicationGatewayListResult Azure/azure-sdk-for-go ext
- network.ApplicationGatewayPrivateEndpointConnection Azure/azure-sdk-for-go ext
Showing 15 of 56,883 types found across the corpus.
sync.Locker std 53,950 types 1,060 dispatch
- core.QMutex therecipe/qt ext
- cmd.BucketMetadataSys minio/minio ext
- cmd.BucketTargetSys minio/minio ext
- cmd.EventNotifier minio/minio ext
- cmd.HTTPAPIStats minio/minio ext
- cmd.HTTPConsoleLoggerSys minio/minio ext
- cmd.IAMEtcdStore minio/minio ext
- cmd.IAMObjectStore minio/minio ext
- cmd.IAMSys minio/minio ext
- cmd.ReplicationStats minio/minio ext
- cmd.SiteReplicationSys minio/minio ext
- cmd.TierConfigMgr minio/minio ext
- server.CacheDirAccResolver nats-io/nats-server/v2 ext
- server.DirAccResolver nats-io/nats-server/v2 ext
- server.DirJWTStore nats-io/nats-server/v2 ext
Showing 15 of 53,950 types found across the corpus.
io.ReaderAt std 56,759 types 429 dispatch
- tree.DDecimal cockroachdb/cockroach ext
- network.ActiveSecurityAdminRulesListResult Azure/azure-sdk-for-go ext
- network.AdminRuleCollection Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionListResult Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionsClient Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionsDeleteFuture Azure/azure-sdk-for-go ext
- network.AdminRuleListResult Azure/azure-sdk-for-go ext
- network.AdminRulesClient Azure/azure-sdk-for-go ext
- network.AdminRulesDeleteFuture Azure/azure-sdk-for-go ext
- network.ApplicationGateway Azure/azure-sdk-for-go ext
- network.ApplicationGatewayAvailableSslOptions Azure/azure-sdk-for-go ext
- network.ApplicationGatewayAvailableSslPredefinedPolicies Azure/azure-sdk-for-go ext
- network.ApplicationGatewayListResult Azure/azure-sdk-for-go ext
- network.ApplicationGatewayPrivateEndpointConnection Azure/azure-sdk-for-go ext
- network.ApplicationGatewayPrivateEndpointConnectionListResult Azure/azure-sdk-for-go ext
Showing 15 of 56,759 types found across the corpus.
database/sql/driver.Valuer std 57,035 types 157 dispatch
- tree.DDecimal cockroachdb/cockroach ext
- tree.DUuid cockroachdb/cockroach ext
- uuid.NullUUID google/uuid ext
- uuid.UUID google/uuid ext
- network.ActiveSecurityAdminRulesListResult Azure/azure-sdk-for-go ext
- network.AdminRuleCollection Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionListResult Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionsClient Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionsDeleteFuture Azure/azure-sdk-for-go ext
- network.AdminRuleListResult Azure/azure-sdk-for-go ext
- network.AdminRulesClient Azure/azure-sdk-for-go ext
- network.AdminRulesDeleteFuture Azure/azure-sdk-for-go ext
- network.ApplicationGateway Azure/azure-sdk-for-go ext
- network.ApplicationGatewayAvailableSslOptions Azure/azure-sdk-for-go ext
- network.ApplicationGatewayAvailableSslPredefinedPolicies Azure/azure-sdk-for-go ext
Showing 15 of 57,035 types found across the corpus.
sort.Interface std 30,002 types 126 dispatch
- server.SortByCid nats-io/nats-server/v2 ext
- server.SortByIdle nats-io/nats-server/v2 ext
- server.SortByInBytes nats-io/nats-server/v2 ext
- server.SortByInMsgs nats-io/nats-server/v2 ext
- server.SortByLast nats-io/nats-server/v2 ext
- server.SortByOutBytes nats-io/nats-server/v2 ext
- server.SortByOutMsgs nats-io/nats-server/v2 ext
- server.SortByPending nats-io/nats-server/v2 ext
- server.SortByRTT nats-io/nats-server/v2 ext
- server.SortByReason nats-io/nats-server/v2 ext
- server.SortByStop nats-io/nats-server/v2 ext
- server.SortBySubs nats-io/nats-server/v2 ext
- server.SortByUptime nats-io/nats-server/v2 ext
- tree.DDecimal cockroachdb/cockroach ext
- utils.Sorter alibabacloud-go/darabonba-openapi/v2 ext
Showing 15 of 30,002 types found across the corpus.
encoding.TextUnmarshaler std 57,810 types 114 dispatch
- logrus.Level sirupsen/logrus ext
- codec.TestABC ugorji/go/codec ext
- codec.TestABC2 ugorji/go/codec ext
- json.MustNotUnmarshalText tencentcloud/tencentcloud-sdk-go/tencentcloud/common ext
- json.RefText tencentcloud/tencentcloud-sdk-go/tencentcloud/common ext
- cmd.DeleteMarkerMTime minio/minio ext
- zerolog.Level rs/zerolog ext
- zap.AtomicLevel go.uber.org/zap ext
- tree.DDecimal cockroachdb/cockroach ext
- tree.DTimestamp cockroachdb/cockroach ext
- tree.DTimestampTZ cockroachdb/cockroach ext
- tree.DUuid cockroachdb/cockroach ext
- uuid.NullUUID google/uuid ext
- uuid.UUID google/uuid ext
- network.ActiveSecurityAdminRulesListResult Azure/azure-sdk-for-go ext
Showing 15 of 57,810 types found across the corpus.
encoding.TextMarshaler std 57,732 types 103 dispatch
- errors.Frame pkg/errors ext
- logrus.Level sirupsen/logrus ext
- codec.TestABC ugorji/go/codec ext
- codec.TestABC2 ugorji/go/codec ext
- json.CText tencentcloud/tencentcloud-sdk-go/tencentcloud/common ext
- json.RefText tencentcloud/tencentcloud-sdk-go/tencentcloud/common ext
- json.ValText tencentcloud/tencentcloud-sdk-go/tencentcloud/common ext
- cmd.DeleteMarkerMTime minio/minio ext
- zerolog.Level rs/zerolog ext
- zap.AtomicLevel go.uber.org/zap ext
- tree.DDecimal cockroachdb/cockroach ext
- tree.DTimestamp cockroachdb/cockroach ext
- tree.DTimestampTZ cockroachdb/cockroach ext
- tree.DUuid cockroachdb/cockroach ext
- uuid.NullUUID google/uuid ext
Showing 15 of 57,732 types found across the corpus.
encoding/json.Marshaler std 176,120 types 83 dispatch
- azure.Future Azure/go-autorest/autorest ext
- datadog.NullableBool DataDog/datadog-api-client-go/v2 ext
- datadog.NullableFloat32 DataDog/datadog-api-client-go/v2 ext
- datadog.NullableFloat64 DataDog/datadog-api-client-go/v2 ext
- datadog.NullableInt DataDog/datadog-api-client-go/v2 ext
- datadog.NullableInt32 DataDog/datadog-api-client-go/v2 ext
- datadog.NullableInt64 DataDog/datadog-api-client-go/v2 ext
- datadog.NullableString DataDog/datadog-api-client-go/v2 ext
- datadog.NullableTime DataDog/datadog-api-client-go/v2 ext
- datadog.NullableUUID DataDog/datadog-api-client-go/v2 ext
- codec.TestABC ugorji/go/codec ext
- json.C tencentcloud/tencentcloud-sdk-go/tencentcloud/common ext
- json.RawMessage tencentcloud/tencentcloud-sdk-go/tencentcloud/common ext
- json.Ref tencentcloud/tencentcloud-sdk-go/tencentcloud/common ext
- json.Val tencentcloud/tencentcloud-sdk-go/tencentcloud/common ext
Showing 15 of 176,120 types found across the corpus.
io.WriterTo std 57,294 types 83 dispatch
- tree.DDecimal cockroachdb/cockroach ext
- tree.FmtCtx cockroachdb/cockroach ext
- network.ActiveSecurityAdminRulesListResult Azure/azure-sdk-for-go ext
- network.AdminRuleCollection Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionListResult Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionsClient Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionsDeleteFuture Azure/azure-sdk-for-go ext
- network.AdminRuleListResult Azure/azure-sdk-for-go ext
- network.AdminRulesClient Azure/azure-sdk-for-go ext
- network.AdminRulesDeleteFuture Azure/azure-sdk-for-go ext
- network.ApplicationGateway Azure/azure-sdk-for-go ext
- network.ApplicationGatewayAvailableSslOptions Azure/azure-sdk-for-go ext
- network.ApplicationGatewayAvailableSslPredefinedPolicies Azure/azure-sdk-for-go ext
- network.ApplicationGatewayListResult Azure/azure-sdk-for-go ext
- network.ApplicationGatewayPrivateEndpointConnection Azure/azure-sdk-for-go ext
Showing 15 of 57,294 types found across the corpus.
encoding/json.Unmarshaler std 104,697 types 63 dispatch
- azure.Future Azure/go-autorest/autorest ext
- azure.ServiceError Azure/go-autorest/autorest ext
- datadog.NullableBool DataDog/datadog-api-client-go/v2 ext
- datadog.NullableFloat32 DataDog/datadog-api-client-go/v2 ext
- datadog.NullableFloat64 DataDog/datadog-api-client-go/v2 ext
- datadog.NullableInt DataDog/datadog-api-client-go/v2 ext
- datadog.NullableInt32 DataDog/datadog-api-client-go/v2 ext
- datadog.NullableInt64 DataDog/datadog-api-client-go/v2 ext
- datadog.NullableString DataDog/datadog-api-client-go/v2 ext
- datadog.NullableTime DataDog/datadog-api-client-go/v2 ext
- datadog.NullableUUID DataDog/datadog-api-client-go/v2 ext
- codec.TestABC ugorji/go/codec ext
- json.MustNotUnmarshalJSON tencentcloud/tencentcloud-sdk-go/tencentcloud/common ext
- json.RawMessage tencentcloud/tencentcloud-sdk-go/tencentcloud/common ext
- json.Ref tencentcloud/tencentcloud-sdk-go/tencentcloud/common ext
Showing 15 of 104,697 types found across the corpus.
io.ReaderFrom std 56,767 types 45 dispatch
- tree.DDecimal cockroachdb/cockroach ext
- tree.FmtCtx cockroachdb/cockroach ext
- network.ActiveSecurityAdminRulesListResult Azure/azure-sdk-for-go ext
- network.AdminRuleCollection Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionListResult Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionsClient Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionsDeleteFuture Azure/azure-sdk-for-go ext
- network.AdminRuleListResult Azure/azure-sdk-for-go ext
- network.AdminRulesClient Azure/azure-sdk-for-go ext
- network.AdminRulesDeleteFuture Azure/azure-sdk-for-go ext
- network.ApplicationGateway Azure/azure-sdk-for-go ext
- network.ApplicationGatewayAvailableSslOptions Azure/azure-sdk-for-go ext
- network.ApplicationGatewayAvailableSslPredefinedPolicies Azure/azure-sdk-for-go ext
- network.ApplicationGatewayListResult Azure/azure-sdk-for-go ext
- network.ApplicationGatewayPrivateEndpointConnection Azure/azure-sdk-for-go ext
Showing 15 of 56,767 types found across the corpus.
error std 76,972 types 0 dispatch
- autorest.DetailedError Azure/go-autorest/autorest ext
- azure.AsyncOpIncompleteError Azure/go-autorest/autorest ext
- azure.RequestError Azure/go-autorest/autorest ext
- azure.ServiceError Azure/go-autorest/autorest ext
- dara.AErr alibabacloud-go/tea ext
- dara.BErr alibabacloud-go/tea ext
- dara.CErr alibabacloud-go/tea ext
- dara.CastError alibabacloud-go/tea ext
- dara.SDKError alibabacloud-go/tea ext
- datadog.GenericOpenAPIError DataDog/datadog-api-client-go/v2 ext
- core.AuthenticationError IBM/go-sdk-core/v5 ext
- core.HTTPProblem IBM/go-sdk-core/v5 ext
- core.IBMProblem IBM/go-sdk-core/v5 ext
- core.SDKProblem IBM/go-sdk-core/v5 ext
- validation.Error Azure/go-autorest/autorest/validation ext
Showing 15 of 76,972 types found across the corpus.
io.ReadCloser std 53,455 types 0 dispatch
- cmd.GetObjectReader minio/minio ext
- cmd.PutObjReader minio/minio ext
- server.ClientHelloInjector nats-io/nats-server/v2 ext
- server.FakeConn nats-io/nats-server/v2 ext
- server.FakeSocket nats-io/nats-server/v2 ext
- bce.Body baidubce/bce-sdk-go ext
- bce.TeeReadNopCloser baidubce/bce-sdk-go ext
- aws.ReaderSeekerCloser aws/aws-sdk-go ext
- tree.DDecimal cockroachdb/cockroach ext
- network.AdminRuleCollection Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionListResult Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionsClient Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionsDeleteFuture Azure/azure-sdk-for-go ext
- network.AdminRuleListResult Azure/azure-sdk-for-go ext
- network.AdminRulesClient Azure/azure-sdk-for-go ext
Showing 15 of 53,455 types found across the corpus.
io.ReadWriter std 53,308 types 0 dispatch
- server.ClientHelloInjector nats-io/nats-server/v2 ext
- server.FakeConn nats-io/nats-server/v2 ext
- server.FakeSocket nats-io/nats-server/v2 ext
- tree.DDecimal cockroachdb/cockroach ext
- tree.FmtCtx cockroachdb/cockroach ext
- network.AdminRuleCollection Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionListResult Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionsClient Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionsDeleteFuture Azure/azure-sdk-for-go ext
- network.AdminRuleListResult Azure/azure-sdk-for-go ext
- network.AdminRulesClient Azure/azure-sdk-for-go ext
- network.AdminRulesDeleteFuture Azure/azure-sdk-for-go ext
- network.ApplicationGateway Azure/azure-sdk-for-go ext
- network.ApplicationGatewayAvailableSslOptions Azure/azure-sdk-for-go ext
- network.ApplicationGatewayAvailableSslPredefinedPolicies Azure/azure-sdk-for-go ext
Showing 15 of 53,308 types found across the corpus.
io.WriteCloser std 53,414 types 0 dispatch
- zerolog.ConsoleWriter rs/zerolog ext
- zerolog.FilteredLevelWriter rs/zerolog ext
- zerolog.LevelWriterAdapter rs/zerolog ext
- zerolog.TriggerLevelWriter rs/zerolog ext
- server.ClientHelloInjector nats-io/nats-server/v2 ext
- server.FakeConn nats-io/nats-server/v2 ext
- server.FakeSocket nats-io/nats-server/v2 ext
- tree.DDecimal cockroachdb/cockroach ext
- network.AdminRuleCollection Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionListResult Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionsClient Azure/azure-sdk-for-go ext
- network.AdminRuleCollectionsDeleteFuture Azure/azure-sdk-for-go ext
- network.AdminRuleListResult Azure/azure-sdk-for-go ext
- network.AdminRulesClient Azure/azure-sdk-for-go ext
- network.AdminRulesDeleteFuture Azure/azure-sdk-for-go ext
Showing 15 of 53,414 types found across the corpus.