Versions in this module Expand all Collapse all v1 v1.0.0 Mar 2, 2023 Changes in this version + const TypeString + func GetSpecialVariableV3(ctx context.Context, t reflect.Type) (reflect.Value, bool) + func NewContext() context.Context + func NewErr(ctx context.Context) error + func NewErrcode_i18n() *status + func RenderVariableV3(ctx context.Context, v reflect.Value) (string, bool) + func SpecialVariableChecker(ctx context.Context, typ types.Type) bool + type SpecialValueInjector struct + BuilderMap map[string]string + ValueMap map[string]reflect.Value + func NewSpecialValueInjector() *SpecialValueInjector + func (s *SpecialValueInjector) Get(key string) (reflect.Value, bool) + func (s *SpecialValueInjector) GetCode(value reflect.Value) (string, bool) + func (s *SpecialValueInjector) Set(key string, value reflect.Value) + func (s *SpecialValueInjector) SetBuilder(value interface{}, code string)