client

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2022 License: MIT Imports: 20 Imported by: 26

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetGlobal

func SetGlobal(cli *Client)

SetGlobal todo

Types

type Authentication

type Authentication struct {
	// contains filtered or unexported fields
}

Authentication todo

func (*Authentication) GetRequestMetadata

func (a *Authentication) GetRequestMetadata(context.Context, ...string) (
	map[string]string, error,
)

GetRequestMetadata todo

func (*Authentication) RequireTransportSecurity

func (a *Authentication) RequireTransportSecurity() bool

RequireTransportSecurity todo

func (*Authentication) SetClientCredentials

func (a *Authentication) SetClientCredentials(clientID, clientSecret string)

SetClientCredentials todo

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client 客户端

func C

func C() *Client

C Global

func NewClient

func NewClient(conf *Config) (*Client, error)

NewClient todo

func (*Client) Application added in v0.5.5

func (c *Client) Application() application.ServiceClient

ApplicationAdmin todo

func (*Client) Department

func (c *Client) Department() department.ServiceClient

Department todo

func (*Client) Domain

func (c *Client) Domain() domain.ServiceClient

Domain todo

func (*Client) Endpoint

func (c *Client) Endpoint() endpoint.ServiceClient

Endpoint todo

func (*Client) GetClientID added in v0.2.7

func (c *Client) GetClientID() string

GetClientID todo

func (*Client) Mconf added in v0.3.2

func (c *Client) Mconf() mconf.ServiceClient

Micro todo

func (*Client) Micro

func (c *Client) Micro() micro.ServiceClient

Micro todo

func (*Client) Namespace

func (c *Client) Namespace() namespace.ServiceClient

Namespace todo

func (*Client) Permission

func (c *Client) Permission() permission.ServiceClient

Permission todo

func (*Client) Policy

func (c *Client) Policy() policy.ServiceClient

Policy todo

func (*Client) Role

func (c *Client) Role() role.ServiceClient

Role todo

func (*Client) Session added in v0.6.0

func (c *Client) Session() session.ServiceClient

SessionAdmin todo

func (*Client) Tag added in v0.2.8

func (c *Client) Tag() tag.ServiceClient

Tag todo

func (*Client) Token

func (c *Client) Token() token.ServiceClient

Token todo

func (*Client) User

func (c *Client) User() user.ServiceClient

User todo

func (*Client) Verifycode

func (c *Client) Verifycode() verifycode.ServiceClient

Verifycode todo

type Config

type Config struct {
	*Authentication
	// contains filtered or unexported fields
}

Config 客户端配置

func NewDefaultConfig

func NewDefaultConfig() *Config

NewDefaultConfig todo

func (*Config) Address added in v0.2.1

func (c *Config) Address() string

Address 地址

func (*Config) SetAddress

func (c *Config) SetAddress(addr string)

SetAddress todo

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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