Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SlackIntegrationDelete ¶
type SlackIntegrationDelete struct {
handlers.PorterHandler
}
func NewSlackIntegrationDelete ¶
func NewSlackIntegrationDelete( config *config.Config, ) *SlackIntegrationDelete
func (*SlackIntegrationDelete) ServeHTTP ¶
func (p *SlackIntegrationDelete) ServeHTTP(w http.ResponseWriter, r *http.Request)
type SlackIntegrationExists ¶
type SlackIntegrationExists struct {
handlers.PorterHandler
}
func NewSlackIntegrationExists ¶
func NewSlackIntegrationExists( config *config.Config, ) *SlackIntegrationExists
func (*SlackIntegrationExists) ServeHTTP ¶
func (p *SlackIntegrationExists) ServeHTTP(w http.ResponseWriter, r *http.Request)
type SlackIntegrationListHandler ¶
type SlackIntegrationListHandler struct {
handlers.PorterHandlerWriter
}
func NewSlackIntegrationListHandler ¶
func NewSlackIntegrationListHandler( config *config.Config, writer shared.ResultWriter, ) *SlackIntegrationListHandler
func (*SlackIntegrationListHandler) ServeHTTP ¶
func (p *SlackIntegrationListHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.