(ctx context.Context, input *SaveDoc)
| 12 | type IDocService interface { |
| 13 | Get(ctx context.Context, sid string) (*Doc, error) |
| 14 | Save(ctx context.Context, input *SaveDoc) error |
| 15 | List(ctx context.Context, sids ...string) ([]*Doc, error) |
| 16 | Map(ctx context.Context, sids ...string) (map[string]*Doc, error) |
| 17 | IDocCommitService |
no outgoing calls
no test coverage detected