Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServicesRepository ¶
type ServicesRepository interface {
CreateService(ctx context.Context, parent string, service *runpb.Service) error
CreateServices(ctx context.Context, service []*runpb.Service) error
ListServices(ctx context.Context, parent string, limit int32) ([]*runpb.Service, error)
ListServicesByParentCreatedAtName(ctx context.Context, parent, createdAt, name string, limit int32) ([]*runpb.Service, error)
}
Click to show internal directories.
Click to hide internal directories.