Versions in this module Expand all Collapse all v0 v0.2.0 Nov 4, 2021 v0.1.0 Apr 23, 2021 Changes in this version + func Add(in ...interface{}) (int64, error) + func Equal(a, b reflect.Value) bool + func FuncMap() template.FuncMap + func In(item reflect.Value, value reflect.Value) (bool, error) + func MakeSlice(item ...interface{}) []interface + func SplitStringViaSpecialChars(in string) []string + func SplitStringViaUpperChars(in string) []string + func ToCamel(in string) string + func ToInt64(x interface{}) (int64, error) + func ToKebab(in string) string + func ToPascal(in string) string + func ToSnack(in string) string + func ToUpperFirst(in string) string + func ZeroValue(in string) string + type Field struct + Names []string + Type string + func (f *Field) String() string + type FieldList []*Field + func (f FieldList) String() string + type Interface struct + Method []*Method + Name string + type Method struct + Name string + Params FieldList + Recv *Recv + Results FieldList + type Recv struct + Name string + Type string + func (r *Recv) String() string + type Source struct + Interfaces []*Interface + Methods []*Method + func ParseContent(filename string, content []byte) (s *Source, err error)