Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapters ¶
type Adapters struct { S3 *S3Adapter Supervisor *SupervisorAdapter }
type S3Adapter ¶
type S3Adapter struct {
// contains filtered or unexported fields
}
func NewS3Adapter ¶
func NewS3Adapter(conf *sharedUtil.S3Config) *S3Adapter
func (*S3Adapter) ResolveURL ¶
type SupervisorAdapter ¶
type SupervisorAdapter struct { supervisorpb.SupervisorServiceClient // contains filtered or unexported fields }
func NewSupervisorAdapter ¶
func NewSupervisorAdapter(conf *config.Config) (*SupervisorAdapter, error)
func (*SupervisorAdapter) Conn ¶
func (a *SupervisorAdapter) Conn() *grpc.ClientConn
Click to show internal directories.
Click to hide internal directories.