Documentation ¶
Index ¶
Constants ¶
View Source
const ( CallbackID = "callback_id" CallbackSecret = "callback_secret" CallbackBody = "callback_body" )
Variables ¶
View Source
var (
Init = NewCallbackInit()
)
View Source
var ( Plugin = taskplugin.New("callback", "0.1", exec, taskplugin.WithConfig(validConfig, CallbackStepConfig{}), taskplugin.WithContextFunc(ctx), ) )
Functions ¶
func HandleCallback ¶
func RotateEncryptionKeys ¶
func RotateEncryptionKeys(dbp zesty.DBProvider) (err error)
RotateEncryptionKeys loads all callbacks stored in DB and makes sure that their cyphered content has been handled with the latest available storage key
Types ¶
type CallbackConfig ¶
type CallbackContext ¶
type CallbackInit ¶
type CallbackInit struct {
// contains filtered or unexported fields
}
func NewCallbackInit ¶
func NewCallbackInit() *CallbackInit
func (*CallbackInit) Description ¶
func (ci *CallbackInit) Description() string
type CallbackStepConfig ¶
Click to show internal directories.
Click to hide internal directories.