dcbot/internal/domain/tw_version.go

9 lines
110 B
Go

package domain
type TWVersion struct {
Code string
Host string
Name string
Timezone string
}