Documentation
¶
Index ¶
- Constants
- func FieldDefinitionToDict(p *fields.Definition) (jen.Code, error)
- func FlagTypeToGoType(s *jen.Statement, fieldType fields.Type) *jen.Statement
- func FlagValueToJen(p *fields.Definition) (jen.Code, error)
- func LiteralToJen(v reflect.Value) (jen.Code, error)
- func MapToGoCode(v reflect.Value) (string, error)
- func SliceToGoCode(v reflect.Value) (string, error)
- func StructToGoCode(v reflect.Value) (string, error)
- func StructTypeToJen(typ reflect.Type) (jen.Code, error)
- func StructValueToJen(structName string, s interface{}) (jen.Code, error)
- func ToGoCode(v interface{}) (string, error)
- func TypeToJen(t reflect.Type) (jen.Code, error)
- func ValueToGoCode(v reflect.Value) (string, error)
Constants ¶
View Source
const ClaySqlPath = "github.com/go-go-golems/clay/pkg/sql"
View Source
const GlazedCommandsPath = "github.com/go-go-golems/glazed/pkg/cmds"
View Source
const GlazedFieldsPath = "github.com/go-go-golems/glazed/pkg/cmds/fields"
View Source
const GlazedMiddlewaresPath = "github.com/go-go-golems/glazed/pkg/middlewares"
View Source
const MapsHelpersPath = "github.com/go-go-golems/glazed/pkg/helpers/maps"
Variables ¶
This section is empty.
Functions ¶
func FieldDefinitionToDict ¶ added in v1.0.0
func FieldDefinitionToDict(p *fields.Definition) (jen.Code, error)
func FlagTypeToGoType ¶
func FlagValueToJen ¶
func FlagValueToJen(p *fields.Definition) (jen.Code, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.