Documentation
¶
Index ¶
- func SetGlobal(cli *Client)
- type Authentication
- type Client
- func (c *Client) Application() application.ApplicationServiceClient
- func (c *Client) Department() department.DepartmentServiceClient
- func (c *Client) Domain() domain.DomainServiceClient
- func (c *Client) Endpoint() endpoint.EndpointServiceClient
- func (c *Client) GetClientID() string
- func (c *Client) Mconf() mconf.MicroConfigServiceClient
- func (c *Client) Micro() micro.MicroServiceClient
- func (c *Client) Namespace() namespace.NamespaceServiceClient
- func (c *Client) Permission() permission.PermissionServiceClient
- func (c *Client) Policy() policy.PolicyServiceClient
- func (c *Client) Role() role.RoleServiceClient
- func (c *Client) Session() session.ServiceClient
- func (c *Client) Tag() tag.TagServiceClient
- func (c *Client) Token() token.TokenServiceClient
- func (c *Client) User() user.UserServiceClient
- func (c *Client) Verifycode() verifycode.VerifyCodeServiceClient
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 (*Client) Application ¶ added in v0.5.5
func (c *Client) Application() application.ApplicationServiceClient
ApplicationAdmin todo
func (*Client) Department ¶
func (c *Client) Department() department.DepartmentServiceClient
Department todo
func (*Client) Mconf ¶ added in v0.3.2
func (c *Client) Mconf() mconf.MicroConfigServiceClient
Micro todo
func (*Client) Namespace ¶
func (c *Client) Namespace() namespace.NamespaceServiceClient
Namespace todo
func (*Client) Permission ¶
func (c *Client) Permission() permission.PermissionServiceClient
Permission todo
func (*Client) Session ¶ added in v0.6.0
func (c *Client) Session() session.ServiceClient
SessionAdmin todo
func (*Client) Verifycode ¶
func (c *Client) Verifycode() verifycode.VerifyCodeServiceClient
Verifycode todo
type Config ¶
type Config struct {
*Authentication
// contains filtered or unexported fields
}
Config 客户端配置
Click to show internal directories.
Click to hide internal directories.