base

package
v0.0.0-...-a4f9000 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NewPaging

type NewPaging struct {
	HasMore bool `json:"has_more"`
}

type OldPaging

type OldPaging struct {
	Limit  int `json:"limit"`
	Offset int `json:"offset"`
	Total  int `json:"total"`
}

type RestBaseResponse

type RestBaseResponse struct {
	Code    int64  `json:"code"`
	Message string `json:"message"`
}

type WsBaseResponse

type WsBaseResponse struct {
	Channel   string `json:"channel"`
	Timestamp int64  `json:"timestamp"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL