Documentation
¶
Index ¶
- type AudiusdSDK
- type StorageSDK
- func (s *StorageSDK) DownloadTrack(trackId, outputPath string) error
- func (s *StorageSDK) GetHealth() (*server.HealthCheckResponse, error)
- func (s *StorageSDK) GetNodeURL() string
- func (s *StorageSDK) LoadPrivateKey(path string) error
- func (s *StorageSDK) SetNodeURL(nodeURL string)
- func (s *StorageSDK) UploadAudio(filePath string) ([]*server.Upload, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AudiusdSDK ¶
type AudiusdSDK struct { Core corev1connect.CoreServiceClient Storage storagev1connect.StorageServiceClient ETL etlv1connect.ETLServiceClient System systemv1connect.SystemServiceClient }
func NewAudiusdSDK ¶
func NewAudiusdSDK(nodeURL string) *AudiusdSDK
type StorageSDK ¶
type StorageSDK struct {
// contains filtered or unexported fields
}
func NewStorageSDK ¶
func NewStorageSDK(nodeURL string) *StorageSDK
func (*StorageSDK) DownloadTrack ¶
func (s *StorageSDK) DownloadTrack(trackId, outputPath string) error
func (*StorageSDK) GetHealth ¶
func (s *StorageSDK) GetHealth() (*server.HealthCheckResponse, error)
func (*StorageSDK) GetNodeURL ¶
func (s *StorageSDK) GetNodeURL() string
func (*StorageSDK) LoadPrivateKey ¶
func (s *StorageSDK) LoadPrivateKey(path string) error
func (*StorageSDK) SetNodeURL ¶
func (s *StorageSDK) SetNodeURL(nodeURL string)
func (*StorageSDK) UploadAudio ¶
func (s *StorageSDK) UploadAudio(filePath string) ([]*server.Upload, error)
Click to show internal directories.
Click to hide internal directories.