Documentation
¶
Index ¶
- Constants
- type Configuration
- type Metadata
- type Project
- type Semaphore
- func (s *Semaphore) Actions() []core.Action
- func (s *Semaphore) Color() string
- func (s *Semaphore) Configuration() []configuration.Field
- func (s *Semaphore) Description() string
- func (s *Semaphore) HandleAction(ctx core.TriggerActionContext) (map[string]any, error)
- func (s *Semaphore) HandleWebhook(ctx core.WebhookRequestContext) (int, error)
- func (s *Semaphore) Icon() string
- func (s *Semaphore) Label() string
- func (s *Semaphore) Name() string
- func (s *Semaphore) Setup(ctx core.TriggerContext) error
Constants ¶
View Source
const MaxEventSize = 64 * 1024
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Semaphore ¶
type Semaphore struct{}
func (*Semaphore) Configuration ¶
func (s *Semaphore) Configuration() []configuration.Field
func (*Semaphore) Description ¶
func (*Semaphore) HandleAction ¶
func (*Semaphore) HandleWebhook ¶
func (s *Semaphore) HandleWebhook(ctx core.WebhookRequestContext) (int, error)
Click to show internal directories.
Click to hide internal directories.