model/config/credential/WindowsCredential.go

9 lines
205 B
Go
Raw Normal View History

2018-08-30 09:57:59 +00:00
package credential
type WindowsCredential struct {
Credential
DomainName string `json:"domainName,omitempty"`
User string `json:"user,omitempty"`
Password string `json:"password,omitempty"`
}