Documentation ¶
Index ¶
- type Env
- func (env Env) GetBlobStorage() blob.IBlobStorage
- func (env Env) GetBuilder() types.IBuilder
- func (env Env) GetClient() client.IClient
- func (env Env) GetCri() cri.CRI
- func (env Env) GetHostname() string
- func (env Env) GetIP() string
- func (env *Env) SetBlobStorage(u blob.IBlobStorage)
- func (env *Env) SetBuilder(b types.IBuilder)
- func (env *Env) SetClient(c client.IClient)
- func (env *Env) SetCri(cri cri.CRI)
- func (env *Env) SetHostname(h string)
- func (env *Env) SetIP(ip string)
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) GetBlobStorage ¶
func (env Env) GetBlobStorage() blob.IBlobStorage
func (Env) GetBuilder ¶
func (Env) GetHostname ¶
func (*Env) SetBlobStorage ¶
func (env *Env) SetBlobStorage(u blob.IBlobStorage)
func (*Env) SetBuilder ¶
func (*Env) SetHostname ¶
Click to show internal directories.
Click to hide internal directories.