Documentation
¶
Overview ¶
Package service coordinates service management, lifecycle operations, and integration with other components of the daemon, such as deployment and proxy. Concrete service orchestration and storage wiring are implemented in the internal/service package.
Index ¶
- type Servicer
- func (s *Servicer) CreateService(ctx context.Context, svc *store.Service) (store.Service, error)
- func (s *Servicer) GetService(ctx context.Context, id string) (*store.Service, error)
- func (s *Servicer) ListServices(ctx context.Context, userID string, limit, offset int) ([]*store.Service, error)
- func (s *Servicer) UpdateService(ctx context.Context, id string, svc store.Service) (*store.Service, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Servicer ¶
type Servicer struct {
// contains filtered or unexported fields
}
func (*Servicer) CreateService ¶
func (*Servicer) GetService ¶
func (*Servicer) ListServices ¶
Click to show internal directories.
Click to hide internal directories.