Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIGroup ¶
type APIGroup interface {
VersionedAPIs() []*VersionedAPI
}
APIGroup represents an API group.
type VersionedAPI ¶
type VersionedAPI struct { Group string Version apiversion.Version Registrant func(*grpc.Server) }
VersionedAPI represents an API group & version.
Click to show internal directories.
Click to hide internal directories.