Documentation
¶
Index ¶
- type GeneratorNameObj
- 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
- 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
- type GeneratorSaveObj
- type GeneratorValueGetObj
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GeneratorNameObj ¶
type GeneratorNameObj struct {
// contains filtered or unexported fields
}
func (*GeneratorNameObj) CodeToTitleCase ¶
func (n *GeneratorNameObj) CodeToTitleCase(code string) *GeneratorObj
func (*GeneratorNameObj) Get ¶
func (n *GeneratorNameObj) Get() string
func (*GeneratorNameObj) GetCode ¶
func (n *GeneratorNameObj) GetCode(code string) string
func (*GeneratorNameObj) GetMap ¶
func (n *GeneratorNameObj) GetMap() string
func (*GeneratorNameObj) GetMapCode ¶
func (n *GeneratorNameObj) GetMapCode(code string) string
func (*GeneratorNameObj) GetObj ¶
func (n *GeneratorNameObj) GetObj() string
func (*GeneratorNameObj) GetObjCode ¶
func (n *GeneratorNameObj) GetObjCode(code string) string
func (*GeneratorNameObj) GetParam ¶
func (n *GeneratorNameObj) GetParam(param string) string
func (*GeneratorNameObj) GetParamCode ¶
func (n *GeneratorNameObj) GetParamCode(param string, code string) string
func (*GeneratorNameObj) GetText ¶
func (n *GeneratorNameObj) GetText() string
func (*GeneratorNameObj) GetTextCode ¶
func (n *GeneratorNameObj) GetTextCode(code string) string
func (*GeneratorNameObj) GetType ¶
func (n *GeneratorNameObj) GetType() string
func (*GeneratorNameObj) GetTypeCode ¶
func (n *GeneratorNameObj) GetTypeCode(code string) string
func (*GeneratorNameObj) Map ¶
func (n *GeneratorNameObj) Map() *GeneratorObj
func (*GeneratorNameObj) MapCode ¶
func (n *GeneratorNameObj) MapCode(code string) *GeneratorObj
func (*GeneratorNameObj) Obj ¶
func (n *GeneratorNameObj) Obj() *GeneratorObj
func (*GeneratorNameObj) ObjCode ¶
func (n *GeneratorNameObj) ObjCode(code string) *GeneratorObj
func (*GeneratorNameObj) Param ¶
func (n *GeneratorNameObj) Param(param string) *GeneratorObj
func (*GeneratorNameObj) Self ¶
func (n *GeneratorNameObj) Self() *GeneratorObj
func (*GeneratorNameObj) SelfCode ¶
func (n *GeneratorNameObj) SelfCode(code string) *GeneratorObj
func (*GeneratorNameObj) SelfParam ¶
func (n *GeneratorNameObj) SelfParam(param string, code string) *GeneratorObj
func (*GeneratorNameObj) SelfParamCode ¶
func (n *GeneratorNameObj) SelfParamCode(param string, code string) *GeneratorObj
func (*GeneratorNameObj) Text ¶
func (n *GeneratorNameObj) Text() *GeneratorObj
func (*GeneratorNameObj) TextCode ¶
func (n *GeneratorNameObj) TextCode(code string) *GeneratorObj
func (*GeneratorNameObj) ToTitleCase ¶
func (n *GeneratorNameObj) ToTitleCase(s string) string
func (*GeneratorNameObj) Type ¶
func (n *GeneratorNameObj) Type() *GeneratorObj
func (*GeneratorNameObj) TypeCode ¶
func (n *GeneratorNameObj) TypeCode(code string) *GeneratorObj
type GeneratorObj ¶
type GeneratorObj struct { Name GeneratorNameObj // contains filtered or unexported fields }
func Init ¶
func Init(name string, file string) *GeneratorObj
func (*GeneratorObj) Del ¶
func (gen *GeneratorObj) Del(len int) *GeneratorObj
func (*GeneratorObj) Hex ¶
func (gen *GeneratorObj) Hex(a any) *GeneratorObj
func (*GeneratorObj) LN ¶
func (gen *GeneratorObj) LN() *GeneratorObj
func (*GeneratorObj) Len ¶
func (gen *GeneratorObj) Len() int
func (*GeneratorObj) NewVal ¶
func (gen *GeneratorObj) NewVal() *GeneratorValueObj
func (*GeneratorObj) Number ¶
func (gen *GeneratorObj) Number(a any) *GeneratorObj
func (*GeneratorObj) Offset ¶
func (gen *GeneratorObj) Offset(size int) *GeneratorObj
func (*GeneratorObj) Print ¶
func (gen *GeneratorObj) Print(text string) *GeneratorObj
func (*GeneratorObj) PrintLN ¶
func (gen *GeneratorObj) PrintLN(text string) *GeneratorObj
func (*GeneratorObj) Repeat ¶
func (gen *GeneratorObj) Repeat(chat string, size int) *GeneratorObj
func (*GeneratorObj) Save ¶
func (gen *GeneratorObj) Save(pack string) *GeneratorSaveObj
func (*GeneratorObj) String ¶
func (gen *GeneratorObj) String(a any) *GeneratorObj
func (*GeneratorObj) Write ¶
func (gen *GeneratorObj) Write(data []byte) *GeneratorObj
type GeneratorSaveAddObj ¶
type GeneratorSaveAddObj struct {
// contains filtered or unexported fields
}
func (*GeneratorSaveAddObj) Import ¶
func (add *GeneratorSaveAddObj) Import(imports string) *GeneratorSaveObj
func (*GeneratorSaveAddObj) Type ¶
func (add *GeneratorSaveAddObj) Type(name string, types string) *GeneratorSaveObj
type GeneratorSaveObj ¶
type GeneratorSaveObj struct { Add GeneratorSaveAddObj // contains filtered or unexported fields }
func (*GeneratorSaveObj) End ¶
func (save *GeneratorSaveObj) End() error
type GeneratorValueGetObj ¶
type GeneratorValueGetObj struct {
// contains filtered or unexported fields
}
func (*GeneratorValueGetObj) Bytes ¶
func (get *GeneratorValueGetObj) Bytes() []byte
func (*GeneratorValueGetObj) Ints ¶
func (get *GeneratorValueGetObj) Ints() []int
func (*GeneratorValueGetObj) IsDelim ¶
func (get *GeneratorValueGetObj) IsDelim(code any) bool
func (*GeneratorValueGetObj) Strings ¶
func (get *GeneratorValueGetObj) Strings() []string
func (*GeneratorValueGetObj) Text ¶
func (get *GeneratorValueGetObj) Text(code any) string
func (*GeneratorValueGetObj) Uints ¶
func (get *GeneratorValueGetObj) Uints() []uint
type GeneratorValueObj ¶
type GeneratorValueObj struct { Get GeneratorValueGetObj // contains filtered or unexported fields }
func (*GeneratorValueObj) Add ¶
func (arr *GeneratorValueObj) Add(code any, text string) *GeneratorValueObj
func (*GeneratorValueObj) AddByte ¶
func (arr *GeneratorValueObj) AddByte(code byte, text string) *GeneratorValueObj
func (*GeneratorValueObj) Delim ¶
func (arr *GeneratorValueObj) Delim()
Click to show internal directories.
Click to hide internal directories.