(ctx context.Context, serviceId string, data *Doc)
| 20 | GetDoc(ctx context.Context, serviceId string) (*Doc, error) |
| 21 | |
| 22 | CommitDoc(ctx context.Context, serviceId string, data *Doc) error |
| 23 | |
| 24 | APICountByServices(ctx context.Context, serviceIds ...string) (map[string]int64, error) |
| 25 |
no outgoing calls
no test coverage detected