openWork

package
v2.0.40 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2022 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MapUserConfig added in v2.0.8

func MapUserConfig(userConfig *UserConfig) (*object.HashMap, error)

Types

type Log added in v2.0.8

type Log struct {
	Level string
	File  string
	ENV   string
}

type OAuth added in v2.0.8

type OAuth struct {
	Callback string
	Scopes   []string
}

type OpenWork

type OpenWork struct {
	*kernel.ServiceContainer

	Base                *base.Client
	Server              *server.Guard
	Corp                *corp.Client
	Provider            *provider.Client
	SuiteAccessToken    *suit.AccessToken
	ProviderAccessToken *auth.AccessToken
	SuiteTicket         *suit.SuiteTicket
	MiniProgram         *miniProgram.Client
	Media               *media.Client
	Contact             *contact.Client
	LicenseOrder        *license.Client
	LicenseAccount      *license.Account
	Device              *device.Client

	Encryptor *kernel.Encryptor
	Config    *kernel.Config
	Logger    *logger.Logger
}

func NewOpenWork added in v2.0.8

func NewOpenWork(config *UserConfig) (*OpenWork, error)

func (*OpenWork) GetAccessToken added in v2.0.8

func (app *OpenWork) GetAccessToken() *kernel.AccessToken

func (*OpenWork) GetComponent added in v2.0.8

func (app *OpenWork) GetComponent(name string) interface{}

func (*OpenWork) GetConfig added in v2.0.8

func (app *OpenWork) GetConfig() *kernel.Config

func (*OpenWork) GetContainer added in v2.0.8

func (app *OpenWork) GetContainer() *kernel.ServiceContainer

func (*OpenWork) GetMiniProgram added in v2.0.8

func (app *OpenWork) GetMiniProgram() (application *workMiniProgram.Application, err error)

type UserConfig added in v2.0.8

type UserConfig struct {
	AppID    string
	Secret   string
	AuthCode string
	Token    string
	AESKey   string

	ResponseType string
	Log          Log
	OAuth        OAuth
	Cache        kernel.CacheInterface

	HttpDebug bool
	Debug     bool
	NotifyURL string
	Sandbox   bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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