client

package
v0.0.0-...-98ec3a1 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

func New

func New(config *config.Config) *Client

func (*Client) CreateNamespace

func (c *Client) CreateNamespace(ctx context.Context, appID, group, title string) error

type CreateNamespaceReq

type CreateNamespaceReq struct {
	Name  string `json:"name"`
	Title string `json:"title"`
}

type CreateNamespaceResp

type CreateNamespaceResp struct {
}

Jump to

Keyboard shortcuts

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