(ctx context.Context, contentIDs []content.ID, prefetchHint string)
| 31 | ContentInfo(ctx context.Context, contentID content.ID) (content.Info, error) |
| 32 | GetContent(ctx context.Context, contentID content.ID) ([]byte, error) |
| 33 | PrefetchContents(ctx context.Context, contentIDs []content.ID, prefetchHint string) []content.ID |
| 34 | } |
| 35 | |
| 36 | type contentManager interface { |
no outgoing calls