Documentation ¶
Index ¶
- type S3Bee
- type S3BeeFactory
- func (factory *S3BeeFactory) Actions() []bees.ActionDescriptor
- func (factory *S3BeeFactory) Description() string
- func (factory *S3BeeFactory) ID() string
- func (factory *S3BeeFactory) Image() string
- func (factory *S3BeeFactory) LogoColor() string
- func (factory *S3BeeFactory) Name() string
- func (factory *S3BeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
- func (factory *S3BeeFactory) Options() []bees.BeeOptionDescriptor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3Bee ¶
func (*S3Bee) Action ¶
func (bee *S3Bee) Action(action bees.Action) []bees.Placeholder
Action triggers the action passed to it.
func (*S3Bee) ReloadOptions ¶
func (bee *S3Bee) ReloadOptions(options bees.BeeOptions)
type S3BeeFactory ¶
type S3BeeFactory struct {
bees.BeeFactory
}
S3BeeFactory is a factory for S3Bees.
func (*S3BeeFactory) Actions ¶
func (factory *S3BeeFactory) Actions() []bees.ActionDescriptor
func (*S3BeeFactory) Description ¶
func (factory *S3BeeFactory) Description() string
Description returns the description of this Bee.
func (*S3BeeFactory) Image ¶
func (factory *S3BeeFactory) Image() string
Image returns the filename of an image for this Bee.
func (*S3BeeFactory) LogoColor ¶
func (factory *S3BeeFactory) LogoColor() string
LogoColor returns the preferred logo background color (used by the admin interface).
func (*S3BeeFactory) Name ¶
func (factory *S3BeeFactory) Name() string
Name returns the name of this Bee.
func (*S3BeeFactory) New ¶
func (factory *S3BeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
New returns a new Bee instance configured with the supplied options.
func (*S3BeeFactory) Options ¶
func (factory *S3BeeFactory) Options() []bees.BeeOptionDescriptor
Options returns the options available to configure this Bee.
Click to show internal directories.
Click to hide internal directories.