cache

package
v2.0.3 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2024 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApiWeixinCache

type ApiWeixinCache interface {
	GetAccessToken() (string, error)
	SetAccessToken(token string, expires int) error
	GetTicket() (string, error)
	SetTicket(ticket string, expires int) error
	GetSessKey() (string, error)
	SetSessKey(sessKey string, expires int) error
}

func New

func New(app types.WeixinApp, appId string) ApiWeixinCache

Jump to

Keyboard shortcuts

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