Documentation ¶
Index ¶
- type Service
- func (s *Service) CreateStatus(ctx context.Context, status status.StatusForCreate) error
- func (s *Service) DeleteStatus(ctx context.Context, statusID string) error
- func (s *Service) ListAllStatus(ctx context.Context, params *postgresutils.PageRequest) (postgresutils.Page[status.Status], error)
- func (s *Service) UpdateStatus(ctx context.Context, statusID string, updatedStatus status.StatusForUpdate) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) CreateStatus ¶
func (*Service) DeleteStatus ¶
func (*Service) ListAllStatus ¶
func (s *Service) ListAllStatus(ctx context.Context, params *postgresutils.PageRequest) (postgresutils.Page[status.Status], error)
func (*Service) UpdateStatus ¶
Click to show internal directories.
Click to hide internal directories.