structs

package
v0.0.0-...-55685e2 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2022 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 ChangePassword

type ChangePassword struct {
	OldPassword  string `json:"oldpassword" xml:"oldpassword" form:"oldpassword"`
	NewPassword1 string `json:"password1" xml:"password1" form:"password1"`
	NewPassword2 string `json:"password2" xml:"password2" form:"password2"`
}

type Envs

type Envs struct {
	LdapURI      string
	LdapPeopleDN string
	LdapPeopleDI string
	LdapGroupDN  string
	LdapBIND     string
	LdapBINDPW   string
	Jsonurl      string
	Jsonref      string
	PORT         string
}

type PostUser

type PostUser struct {
	Username string `json:"username" xml:"username" form:"username"`
	Password string `json:"password" xml:"password" form:"password"`
}

type ResJson

type ResJson struct {
	Version  float32  `json:"version"`
	Services serarray `json:"services"`
}

Jump to

Keyboard shortcuts

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