model/config/credential/WindowsCredential.go
2018-08-30 18:57:59 +09:00

9 lines
205 B
Go

package credential
type WindowsCredential struct {
Credential
DomainName string `json:"domainName,omitempty"`
User string `json:"user,omitempty"`
Password string `json:"password,omitempty"`
}