po

package
v0.0.0-...-96490c8 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2023 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 UserRevision

type UserRevision struct {
	Id       string   `yaml:"_id" dc:"ID"`
	Name     string   `yaml:"name" dc:"用户名称"`
	Password string   `yaml:"password" dc:"用户密码"`
	Type     string   `yaml:"type" dc:"类型"`
	Roles    []string `yaml:"roles" dc:"角色"`
	Date     string   `yaml:"date" dc:"时间"`
}

UserRevision 请求上下文结构 *

req.body = {
   _id: "org.couchdb.user:jjjj",
   name: "jjjj",
   password: "jjjj",
   type: "user",
   roles: [],
   date: "2022-07-08T15:51:04.002Z",
 }

Jump to

Keyboard shortcuts

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