Documentation ¶
Index ¶
- func NewControlBlock(a *libauth.Auth) *modelbinah.ControlBlock
- type Binah
- func (b *Binah) NewSimpleUploadFile(ctx context.Context) (*SimpleUploadFile, *errors.Error)
- func (b *Binah) PresignedDownloadFile(ctx context.Context) (string, *errors.Error)
- func (b *Binah) PresignedUploadFile(ctx context.Context) (string, *errors.Error)
- func (b *Binah) PresignedUploadFileComplete(ctx context.Context) *errors.Error
- type BinahRepo
- type SimpleUploadFile
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewControlBlock ¶ added in v0.1.3
func NewControlBlock(a *libauth.Auth) *modelbinah.ControlBlock
Types ¶
type Binah ¶ added in v0.0.2
type Binah struct {
// contains filtered or unexported fields
}
func NewBinah ¶ added in v0.0.2
func NewBinah( callback *modelbinah.ControlBlock, auth *libauth.Auth, mClient mapper.LibrarianMapperServiceClient, pClient porter.LibrarianPorterServiceClient, sClient searcher.LibrarianSearcherServiceClient, ) *Binah
func (*Binah) NewSimpleUploadFile ¶ added in v0.1.4
func (*Binah) PresignedDownloadFile ¶ added in v0.1.4
func (*Binah) PresignedUploadFile ¶ added in v0.1.4
type SimpleUploadFile ¶ added in v0.1.4
Click to show internal directories.
Click to hide internal directories.