Documentation
¶
Index ¶
- type Environment
- type Storage
- func (x *Storage) Create(u *es.Environment) (id uuid.UUID, err error)
- func (x *Storage) Delete(id uuid.UUID) error
- func (x *Storage) GetList(limit, offset int64, filter string) ([]es.Environment, error)
- func (x *Storage) Read(id uuid.UUID) (*es.Environment, error)
- func (x *Storage) Update(id uuid.UUID, u *es.Environment, fields ...string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.