Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeInteger = "integer" TypeString = "string" TypeFloat = "float" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DescSourceCache ¶ added in v0.0.6
type DescSourceCache struct {
// contains filtered or unexported fields
}
func NewDescSourceCache ¶ added in v0.0.6
func NewDescSourceCache() *DescSourceCache
func (*DescSourceCache) Get ¶ added in v0.0.6
func (c *DescSourceCache) Get(target string) (s grpcurl.DescriptorSource, ok bool)
func (*DescSourceCache) Set ¶ added in v0.0.6
func (c *DescSourceCache) Set(target string, s grpcurl.DescriptorSource)
type ExportType ¶
type ExportType int
type StateGroup ¶
type StateGroup struct {
// contains filtered or unexported fields
}
func NewStateGroup ¶
func NewStateGroup() *StateGroup
func (*StateGroup) GetState ¶
func (g *StateGroup) GetState(id uint64) State
func (*StateGroup) SetState ¶
func (g *StateGroup) SetState(id uint64, s State)
Click to show internal directories.
Click to hide internal directories.