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

7 lines
67 B
Go

package types
type Token struct {
Token string `json:"token"`
}