Documentation
¶
Index ¶
Constants ¶
View Source
const (
// DefaultRepository is the default repository for the eth-client-docker-image-builder.
DefaultRepository = "ethpandaops/eth-client-docker-image-builder"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildCommand ¶
type BuildCommand struct {
// contains filtered or unexported fields
}
BuildCommand handles the /build command.
func NewBuildCommand ¶
func NewBuildCommand(log *logrus.Logger, bot common.BotContext, githubToken string) *BuildCommand
NewBuildCommand creates a new build command.
func (*BuildCommand) Handle ¶
func (c *BuildCommand) Handle(s *discordgo.Session, i *discordgo.InteractionCreate)
Handle handles the /build command.
func (*BuildCommand) Name ¶
func (c *BuildCommand) Name() string
Name returns the name of the command.
Click to show internal directories.
Click to hide internal directories.