(ctx context.Context, param params.CreateFileObjectParams, reader io.Reader)
| 196 | SearchFileObjectByTags(ctx context.Context, tags []string, page, pageSize uint64) (params.FileObjectPaginatedResponse, error) |
| 197 | GetFileObject(ctx context.Context, objID uint) (params.FileObject, error) |
| 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) |
no outgoing calls