namespace

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateNamespaceRequest

type CreateNamespaceRequest struct {
	Name        string `json:"name,omitempty"`        // 项目名称
	Picture     string `json:"picture,omitempty"`     // 项目描述图片
	Type        string `json:"type,omitempty"`        // 项目类型
	Enabled     bool   `json:"enabled,omitempty"`     // 禁用项目, 该项目所有人暂时都无法访问
	Owner       string `json:"owner_id,omitempty"`    // 项目所有者, PMO
	Description string `json:"description,omitempty"` // 项目描述
}

CreateNamespaceRequest 创建项目请求

type Namespace

type Namespace struct {
	ID string `json:"id,omitempty"` // 项目唯一ID
	*CreateNamespaceRequest
	DomainID string `json:"domain_id,omitempty"` // 所属域ID
	CreateAt int64  `json:"create_at,omitempty"` // 创建时间
	UpdateAt int64  `json:"update_at,omitempty"` // 项目修改时间
}

Namespace tenant resource container

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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