Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AvailableFactories = []string{"ranna", "jdoodle"}
Functions ¶
This section is empty.
Types ¶
type JdoodleExecutor ¶
type JdoodleExecutor struct {
// contains filtered or unexported fields
}
type JdoodleFactory ¶
type JdoodleFactory struct {
// contains filtered or unexported fields
}
func NewJdoodleFactory ¶
func NewJdoodleFactory(container di.Container) (e *JdoodleFactory)
func (*JdoodleFactory) Name ¶
func (e *JdoodleFactory) Name() string
func (*JdoodleFactory) NewExecutor ¶
func (e *JdoodleFactory) NewExecutor(guildID string) (exec Executor, err error)
type RannaExecutor ¶
type RannaExecutor struct {
// contains filtered or unexported fields
}
type RannaFactory ¶
type RannaFactory struct {
// contains filtered or unexported fields
}
func NewRannaFactory ¶
func NewRannaFactory(container di.Container) (e *RannaFactory, err error)
func (*RannaFactory) Name ¶
func (e *RannaFactory) Name() string
func (*RannaFactory) NewExecutor ¶
func (e *RannaFactory) NewExecutor(guildID string) (exec Executor, err error)
Click to show internal directories.
Click to hide internal directories.