Documentation ¶
Index ¶
- type Service
- func (s *Service) ApplicationUsages(ctx context.Context, applicationID string, startDate, endDate time.Time) ([]*baas.Usage, error)
- func (s *Service) Update(ctx context.Context, u *baas.UpdateUsage) error
- func (s *Service) Usages(ctx context.Context, startDate, endDate time.Time) ([]*baas.TotalUsage, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
UsageStorage baas.UsageStorage
}
func (*Service) ApplicationUsages ¶
Click to show internal directories.
Click to hide internal directories.