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

7 lines
118 B
Go

package types
type LoginCredentials struct {
User string `json:"username"`
Password string `json:"password"`
}