apis

package module
v0.0.0-...-a089d67 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2025 License: MIT Imports: 3 Imported by: 0

README

Third apis golang implements

Documentation

Index

Constants

View Source
const (
	UserAgent = "byteio.org/third-apis-golang"
)

Variables

View Source
var (
	DevMode = false

	UnsupportedMethodErr = errors.New("unsupported method")
)

Functions

func SetRawData

func SetRawData(v any, raw []byte) bool

Types

type AccessToken

type AccessToken struct {
	Token   string
	Expired time.Time
}

type RawData

type RawData struct {
	Raw []byte `json:"-"`
}

func (*RawData) SetRaw

func (r *RawData) SetRaw(data []byte)

type SetRaw

type SetRaw interface {
	SetRaw([]byte)
}

Directories

Path Synopsis
message
sms
oa
pay

Jump to

Keyboard shortcuts

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