Documentation
¶
Index ¶
- func PqPlaceholder() func(buf *bytes.Buffer)
- func QmPlaceholder() func(buf *bytes.Buffer)
- func Split(i interface{}, exclude []string) (resKeys []string, resVals []interface{}, err error)
- func ToCamel(snake string) string
- func ToSnake(camel string) string
- type Builder
- type Config
- type Qg
- type Splitter
- type StructSplitter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QmPlaceholder ¶
Question mark placehodler generator
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func NewBuilder ¶
func (*Builder) GetSplitter ¶
type Splitter ¶
type Splitter struct {
// contains filtered or unexported fields
}
func GetSplitter ¶
func GetSplitter() *Splitter
func NewSplitter ¶
func NewSplitter() *Splitter
Click to show internal directories.
Click to hide internal directories.