(ctx context.Context, serviceId string, update *Update)
| 9 | |
| 10 | type IOverviewService interface { |
| 11 | Update(ctx context.Context, serviceId string, update *Update) error |
| 12 | List(ctx context.Context, serviceIds ...string) ([]*Overview, error) |
| 13 | Map(ctx context.Context, serviceIds ...string) (map[string]*Overview, error) |
| 14 | } |
no outgoing calls
no test coverage detected