Documentation ¶
Index ¶
- func New() auacornapi.Acorn
- func Unique[T comparable](sliceList []T) []T
- type Impl
- func (r *Impl) AcornName() string
- func (r *Impl) AssembleAcorn(registry auacornapi.AcornRegistry) error
- func (r *Impl) FilterExistingUsernames(ctx context.Context, usernames []string) ([]string, error)
- func (r *Impl) GetBitbucketUser(ctx context.Context, username string) (repository.BitbucketUser, error)
- func (r *Impl) GetBitbucketUsers(ctx context.Context, usernames []string) ([]repository.BitbucketUser, error)
- func (r *Impl) IsBitbucket() bool
- func (r *Impl) Setup(ctx context.Context) error
- func (r *Impl) SetupAcorn(registry auacornapi.AcornRegistry) error
- func (r *Impl) TeardownAcorn(_ auacornapi.AcornRegistry) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() auacornapi.Acorn
func Unique ¶
func Unique[T comparable](sliceList []T) []T
Types ¶
type Impl ¶
type Impl struct { Configuration librepo.Configuration Logging librepo.Logging Vault librepo.Vault LowLevel bbclientint.BitbucketClient }
func (*Impl) AssembleAcorn ¶
func (r *Impl) AssembleAcorn(registry auacornapi.AcornRegistry) error
func (*Impl) FilterExistingUsernames ¶
func (*Impl) GetBitbucketUser ¶
func (r *Impl) GetBitbucketUser(ctx context.Context, username string) (repository.BitbucketUser, error)
func (*Impl) GetBitbucketUsers ¶
func (r *Impl) GetBitbucketUsers(ctx context.Context, usernames []string) ([]repository.BitbucketUser, error)
func (*Impl) IsBitbucket ¶
func (*Impl) SetupAcorn ¶
func (r *Impl) SetupAcorn(registry auacornapi.AcornRegistry) error
func (*Impl) TeardownAcorn ¶
func (r *Impl) TeardownAcorn(_ auacornapi.AcornRegistry) error
Click to show internal directories.
Click to hide internal directories.