package
0.2.0-alpha.14
Repository: https://github.com/onexstack/onex.git
Documentation: pkg.go.dev

# README

客户端规范

  • 每个客户端至少包含以下4个文件:
    • client.go: Interface定义,New, Functions
    • doc.go: 包doc.go文件
    • helper.go: 类似于util.go文件
    • model.go: 模型定义文件
    • options.go: 命令行参数定义,需要满足IOptions接口
  • client.go:
    • GetClient: 获取global impl实例
    • 使用sync.Once,确保只实例化一次

# Packages

No description provided by the author
No description provided by the author
Package store defines the storage interface for onex-gateway.
No description provided by the author
No description provided by the author
Package usercenter provide methods used to access usercenter service.
Package usercenter provide methods used to access usercenter service.

# Functions

No description provided by the author
IsDiscoveryEndpoint used to determine if the given endpoint is a service discovery endpoint.
No description provided by the author

# Variables

Define global options for all clients.
Define global options for all clients.
Define global options for all clients.
Define global options for all clients.