Documentation
¶
Index ¶
- type Env
- func (c *Env) GetCache() *cache.Cache
- func (c *Env) GetClient() types.DiscoveryClientV1
- func (c *Env) GetNet() *network.Network
- func (c *Env) GetState() *state.State
- func (c *Env) GetStorage() storage.Storage
- func (c *Env) SetCache(cache *cache.Cache)
- func (c *Env) SetClient(client types.DiscoveryClientV1)
- func (c *Env) SetNet(n *network.Network)
- func (c *Env) SetState(st *state.State)
- func (c *Env) SetStorage(storage storage.Storage)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Env ¶
type Env struct {
// contains filtered or unexported fields
}
func (*Env) GetClient ¶
func (c *Env) GetClient() types.DiscoveryClientV1
func (*Env) SetClient ¶
func (c *Env) SetClient(client types.DiscoveryClientV1)
Source Files
¶
- envs.go
Click to show internal directories.
Click to hide internal directories.