Versions in this module Expand all Collapse all v0 v0.2.1 May 2, 2026 v0.2.0 Apr 29, 2026 Changes in this version + type EncryptedBody struct + Data string + DeviceUUID string + type ErrorResponse struct + Header ResponseInfo + func Error() ErrorResponse + type JSONRequest struct + Content json.RawMessage + Header RequestInfo + type RequestInfo struct + AppBuildVersion string + AppName string + AppVersion string + DeviceBrand string + DeviceId string + DeviceModel string + DeviceSerial string + DeviceType string + Lang string + Latitude string + Longitude string + OS string + OSVersion string + SecurityToken string + Timezone string + UUID string + type RequestOf struct + Content *T + Header RequestInfo + func Request[T any]() RequestOf[T] + type Response struct + Content any + Header ResponseInfo + type ResponseInfo struct + Action string + Code string + EventID string + Info map[string]string + Message string + Title string + Token string + Type core.ResponseType + type ResponseOf struct + Content *T + Header ResponseInfo + func Success[T any]() ResponseOf[T]