Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(cfg config.Configuration, eventRepo convoy.EventRepository, eventDeliveryRepo convoy.EventDeliveryRepository, appRepo convoy.ApplicationRepository, orgRepo convoy.GroupRepository, eventQueue queue.Queuer) *http.Server
Types ¶
type AuthorizedLogin ¶
type Claims ¶ added in v0.1.2
type Claims struct { Username string `json:"username"` jwt.StandardClaims }
type EndpointError ¶
func (*EndpointError) Error ¶
func (e *EndpointError) Error() string
type Stub ¶
type Stub struct{}
Stub represents empty json or arbitrary json bodies for our doc annotations
type ViewableConfiguration ¶
type ViewableConfiguration struct { Strategy config.StrategyConfiguration `json:"strategy"` Signature config.SignatureConfiguration `json:"signature"` }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.