Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ILocalConfig ¶
type ILocalizeService ¶
type ILocalizeService interface { GetLocalizeService() MessageFromLocale(string, string, ...interface{}) string MessageFromContext(context.Context, string, ...interface{}) string }
func NewLocalizeService ¶ added in v1.0.4
func NewLocalizeService(configs ...ILocalConfig) ILocalizeService
Click to show internal directories.
Click to hide internal directories.