(ctx context.Context, objID uint)
| 198 | CreateFileObject(ctx context.Context, param params.CreateFileObjectParams, reader io.Reader) (fileObjParam params.FileObject, err error) |
| 199 | UpdateFileObject(ctx context.Context, objID uint, param params.UpdateFileObjectParams) (params.FileObject, error) |
| 200 | DeleteFileObject(ctx context.Context, objID uint) error |
| 201 | DeleteFileObjectsByTags(ctx context.Context, tags []string) (int64, error) |
| 202 | OpenFileObjectContent(ctx context.Context, objID uint) (io.ReadCloser, error) |
| 203 | } |
no outgoing calls