mchess-server/api/passphrase.go

6 lines
80 B
Go

package api
type Passphrase struct {
Value *string `json:"value,omitempty"`
}