Versions in this module Expand all Collapse all v0 v0.0.2 Aug 4, 2024 Changes in this version + type GeneratorNameObj struct + func (n *GeneratorNameObj) CodeToTitleCase(code string) *GeneratorObj + func (n *GeneratorNameObj) Get() string + func (n *GeneratorNameObj) GetCode(code string) string + func (n *GeneratorNameObj) GetMap() string + func (n *GeneratorNameObj) GetMapCode(code string) string + func (n *GeneratorNameObj) GetObj() string + func (n *GeneratorNameObj) GetObjCode(code string) string + func (n *GeneratorNameObj) GetParam(param string) string + func (n *GeneratorNameObj) GetParamCode(param string, code string) string + func (n *GeneratorNameObj) GetText() string + func (n *GeneratorNameObj) GetTextCode(code string) string + func (n *GeneratorNameObj) GetType() string + func (n *GeneratorNameObj) GetTypeCode(code string) string + func (n *GeneratorNameObj) Map() *GeneratorObj + func (n *GeneratorNameObj) MapCode(code string) *GeneratorObj + func (n *GeneratorNameObj) Obj() *GeneratorObj + func (n *GeneratorNameObj) ObjCode(code string) *GeneratorObj + func (n *GeneratorNameObj) Param(param string) *GeneratorObj + func (n *GeneratorNameObj) Self() *GeneratorObj + func (n *GeneratorNameObj) SelfCode(code string) *GeneratorObj + func (n *GeneratorNameObj) SelfParam(param string, code string) *GeneratorObj + func (n *GeneratorNameObj) SelfParamCode(param string, code string) *GeneratorObj + func (n *GeneratorNameObj) Text() *GeneratorObj + func (n *GeneratorNameObj) TextCode(code string) *GeneratorObj + func (n *GeneratorNameObj) ToTitleCase(s string) string + func (n *GeneratorNameObj) Type() *GeneratorObj + func (n *GeneratorNameObj) TypeCode(code string) *GeneratorObj + type GeneratorObj struct + Name GeneratorNameObj + func Init(name string, file string) *GeneratorObj + func (gen *GeneratorObj) Del(len int) *GeneratorObj + func (gen *GeneratorObj) Hex(a any) *GeneratorObj + func (gen *GeneratorObj) LN() *GeneratorObj + func (gen *GeneratorObj) Len() int + func (gen *GeneratorObj) NewVal() *GeneratorValueObj + func (gen *GeneratorObj) Number(a any) *GeneratorObj + func (gen *GeneratorObj) Offset(size int) *GeneratorObj + func (gen *GeneratorObj) Print(text string) *GeneratorObj + func (gen *GeneratorObj) PrintLN(text string) *GeneratorObj + func (gen *GeneratorObj) Repeat(chat string, size int) *GeneratorObj + func (gen *GeneratorObj) Save(pack string) *GeneratorSaveObj + func (gen *GeneratorObj) String(a any) *GeneratorObj + func (gen *GeneratorObj) Write(data []byte) *GeneratorObj + type GeneratorSaveAddObj struct + func (add *GeneratorSaveAddObj) Import(imports string) *GeneratorSaveObj + func (add *GeneratorSaveAddObj) Type(name string, types string) *GeneratorSaveObj + type GeneratorSaveObj struct + Add GeneratorSaveAddObj + func (save *GeneratorSaveObj) End() error + type GeneratorValueGetObj struct + func (get *GeneratorValueGetObj) Bytes() []byte + func (get *GeneratorValueGetObj) Ints() []int + func (get *GeneratorValueGetObj) IsDelim(code any) bool + func (get *GeneratorValueGetObj) Strings() []string + func (get *GeneratorValueGetObj) Text(code any) string + func (get *GeneratorValueGetObj) Uints() []uint + type GeneratorValueObj struct + Get GeneratorValueGetObj + func (arr *GeneratorValueObj) Add(code any, text string) *GeneratorValueObj + func (arr *GeneratorValueObj) AddByte(code byte, text string) *GeneratorValueObj + func (arr *GeneratorValueObj) Delim()