Service represents a service for managing schedule data.
| 10 | |
| 11 | // Service represents a service for managing schedule data. |
| 12 | type Service struct { |
| 13 | connection portainer.Connection |
| 14 | } |
| 15 | |
| 16 | func (service *Service) BucketName() string { |
| 17 | return BucketName |
nothing calls this directly
no outgoing calls
no test coverage detected