Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterceptorImpl ¶ added in v0.25.0
type InterceptorImpl struct {
SecretGetter interceptors.SecretGetter
}
func NewInterceptor ¶
func NewInterceptor(sg interceptors.SecretGetter) *InterceptorImpl
func (*InterceptorImpl) Process ¶ added in v0.25.0
func (*InterceptorImpl) Process(ctx context.Context, r *triggersv1.InterceptorRequest) *triggersv1.InterceptorResponse
Interceptor parses all the requests fields from the slack form-data request and adds them to the extension revive:disable:unused-parameter
type InterceptorParams ¶ added in v0.25.0
type InterceptorParams struct { // +listType=atomic RequestedFields []string `json:"requestedFields,omitempty"` }
Click to show internal directories.
Click to hide internal directories.