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