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