dcbot/internal/domain/choice.go

7 lines
67 B
Go

package domain
type Choice struct {
Name string
Value string
}