Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateData ¶
type Data ¶
type Data = environmentvariable.Data
type Service ¶
type Service interface {
Get(GetData) (*Data, error)
Create(CreateData) (*Data, error)
Update(UpdateData) (*Data, error)
Delete(string) (*any, error)
}
func NewService ¶
type UpdateData ¶
type UpdateData = environmentvariable.UpdateData
Click to show internal directories.
Click to hide internal directories.