Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
dataproxy.UnimplementedDataProxyServiceServer
// contains filtered or unexported fields
}
func NewService ¶
func NewService(cfg config.DataProxyConfig, dataStore *storage.DataStore) *Service
NewService creates a new DataProxyService instance.
func (*Service) CreateUploadLocation ¶
func (s *Service) CreateUploadLocation( ctx context.Context, req *connect.Request[dataproxy.CreateUploadLocationRequest], ) (*connect.Response[dataproxy.CreateUploadLocationResponse], error)
CreateUploadLocation generates a signed URL for uploading data to the configured storage backend.
Click to show internal directories.
Click to hide internal directories.