Documentation ¶
Index ¶
- type Namespace
- type Repository
- type Service
- func (s Service) Create(ctx context.Context, ns Namespace) (Namespace, error)
- func (s Service) Delete(ctx context.Context, name string) error
- func (s Service) Get(ctx context.Context, name string) (Namespace, error)
- func (s Service) List(ctx context.Context) ([]Namespace, error)
- func (s Service) Update(ctx context.Context, ns Namespace) (Namespace, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(repository Repository) *Service
Click to show internal directories.
Click to hide internal directories.