Versions in this module Expand all Collapse all v2 v2.16.1 May 24, 2023 v2.16.0 May 24, 2023 Changes in this version + var ErrNeedGroupToken = errors.New("callback: need group access token") + func Remove(ctx context.Context) + func RetryAfter(ctx context.Context, code int, date time.Time) + func RetryCounterFromContext(ctx context.Context) int + type Callback struct + ConfirmationKey string + ConfirmationKeys map[int]string + ErrorLog *log.Logger + SecretKey string + SecretKeys map[int]string + Title string + func NewCallback() *Callback + func (cb *Callback) AutoSetting(vk *api.VK, urlCallback string) error + func (cb *Callback) HandleFunc(w http.ResponseWriter, r *http.Request)