user

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EnrollReqData

type EnrollReqData struct {
	base.BaseReqModel
	Body EnrollReqDataBody `json:"body"`
}

func (*EnrollReqData) GetEncryptionValue

func (f *EnrollReqData) GetEncryptionValue() string

type EnrollReqDataBody

type EnrollReqDataBody struct {
	Name   string `json:"name"`
	Secret string `json:"secret"`
	CsrPem string `json:"csrPem"`
}

type RegisterReqData

type RegisterReqData struct {
	base.BaseReqModel
	Body RegisterReqDataBody `json:"body"`
}

func (*RegisterReqData) GetEncryptionValue

func (f *RegisterReqData) GetEncryptionValue() string

type RegisterReqDataBody

type RegisterReqDataBody struct {
	Name             string `json:"name"`
	Secret           string `json:"secret"`
	ExtendProperties string `json:"extendProperties"` //拓展属性
}

Jump to

Keyboard shortcuts

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