Versions in this module Expand all Collapse all v0 v0.1.0 Nov 24, 2020 Changes in this version + const Method + const Name + const Path + func IsDecodeFailed(err error) bool + func IsInvalidConfig(err error) bool + func IsWait(err error) bool + func IsWrongTokenError(err error) bool + type Config struct + Env string + GithubToken string + K8sClient k8sclient.Interface + Logger micrologger.Logger + WebhookSecretKey []byte + type Endpoint struct + func New(config Config) (*Endpoint, error) + func (e Endpoint) Decoder() kithttp.DecodeRequestFunc + func (e Endpoint) Encoder() kithttp.EncodeResponseFunc + func (e Endpoint) Endpoint() kitendpoint.Endpoint + func (e Endpoint) Method() string + func (e Endpoint) Middlewares() []kitendpoint.Middleware + func (e Endpoint) Name() string + func (e Endpoint) Path() string + type Request struct + AppName string + AppNamespace string + AppVersion string + AuthToken string + LastDeployed v1.Time + Reason string + Status string + Version string