model/config/credential/WindowsCredential.go
2018-08-30 20:12:07 +09:00

10 lines
206 B
Go

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