import "github.com/muesli/beehive/bees/transmissionbee"
Package transmissionbee is a Bee that can send torrents to Transmission.
transmissionbee.go transmissionbeefactory.go
TransmissionBee is a Bee that can send torrents to Transmission.
func (mod *TransmissionBee) Action(action bees.Action) []bees.Placeholder
Action triggers the action passed to it.
func (mod *TransmissionBee) ReloadOptions(options bees.BeeOptions)
ReloadOptions parses the config options and initializes the Bee.
type TransmissionBeeFactory struct { bees.BeeFactory }
TransmissionBeeFactory is a factory for TransmissionBees.
func (factory *TransmissionBeeFactory) Actions() []bees.ActionDescriptor
Actions describes the available actions provided by this Bee.
func (factory *TransmissionBeeFactory) Description() string
Description returns the description of this Bee.
func (factory *TransmissionBeeFactory) ID() string
ID returns the ID of this Bee.
func (factory *TransmissionBeeFactory) Image() string
Image returns the filename of an image for this Bee.
func (factory *TransmissionBeeFactory) LogoColor() string
LogoColor returns the preferred logo background color (used by the admin interface).
func (factory *TransmissionBeeFactory) Name() string
Name returns the name of this Bee.
func (factory *TransmissionBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
New returns a new Bee instance configured with the supplied options.
func (factory *TransmissionBeeFactory) Options() []bees.BeeOptionDescriptor
Options returns the options available to configure this Bee.
Package transmissionbee imports 3 packages (graph) and is imported by 14 packages. Updated 2017-03-13. Refresh now. Tools for package owners.