Documentation ¶ Index ¶ type Env func NewEnv() *Env func (e *Env) Delete(_ context.Context, id string) error func (e *Env) Get(_ context.Context, id string) (entity.Env, error) func (e *Env) Upsert(_ context.Context, envs []entity.Env) error 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 NewEnv ¶ func NewEnv() *Env func (*Env) Delete ¶ func (e *Env) Delete(_ context.Context, id string) error func (*Env) Get ¶ func (e *Env) Get(_ context.Context, id string) (entity.Env, error) func (*Env) Upsert ¶ func (e *Env) Upsert(_ context.Context, envs []entity.Env) error Source Files ¶ View all Source files env.go Click to show internal directories. Click to hide internal directories.