messages

package
v3.0.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const I18nModuleKey = "i18nModuleKey"

Variables

View Source
var Email_CN = Email{
	Email: "terry@theplant.cn",
	Phone: Phone_CN,
}
View Source
var Email_JP = Email{
	Email: "terry@theplant.jp",
	Phone: Phone_JP,
}
View Source
var Phone_CN = Phone{
	PhoneNumber: "+86",
}
View Source
var Phone_JP = Phone{
	PhoneNumber: "+100",
}
View Source
var User_CN = &UserMessage{
	name:   "User CN",
	Email:  Email_CN,
	Detail: out_messages.Detail_CN,
}
View Source
var User_JP = &UserMessage{
	name:   "User JP",
	Email:  Email_JP,
	Detail: out_messages.Detail_JP,
}

Functions

This section is empty.

Types

type Email

type Email struct {
	Email string
	Phone
}

type Phone

type Phone struct {
	PhoneNumber string
}

type UserMessage

type UserMessage struct {
	Email
	out_messages.Detail
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL