Versions in this module Expand all Collapse all v0 v0.0.5 Dec 7, 2022 v0.0.4 Nov 15, 2022 Changes in this version + type CoordinatedRequest struct + Body []byte + Headers map[string]string + ID string + Method string + Params map[string]string + RespHeaders map[string]string + SequenceJSON []byte + State map[string][]byte + URL string + func FromJSON(jsonBytes []byte) (*CoordinatedRequest, error) + func FromVKRequest(r *http.Request, ctx *vk.Ctx) (*CoordinatedRequest, error) + func (c *CoordinatedRequest) BodyField(key string) (string, error) + func (c *CoordinatedRequest) SetBodyField(key, val string) error + func (c *CoordinatedRequest) ToJSON() ([]byte, error) + func (c *CoordinatedRequest) UseSuborbitalHeaders(r *http.Request, ctx *vk.Ctx) error + type CoordinatedResponse struct + Output []byte + RespHeaders map[string]string + func ResponseFromJSON(jsonBytes []byte) (*CoordinatedResponse, error) + func (c *CoordinatedResponse) ToJSON() ([]byte, error)