docker-hub-description-updater/pkg/types/login.go

7 lines
118 B
Go
Raw Normal View History

2019-09-16 19:36:27 +00:00
package types
type LoginCredentials struct {
User string `json:"username"`
Password string `json:"password"`
}