Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Model ¶
type Model struct { Type string Name string Table PrimaryKey Views []PrimaryKey ViewParams []string FieldNames []string FieldsCql map[string]string FieldsGo map[string]string }
func (*Model) FuncArgs ¶ added in v0.2.7
func (m *Model) FuncArgs(pk PrimaryKey) string
func (*Model) FuncArgsPKs ¶ added in v0.2.7
func (m *Model) FuncArgsPKs(pk PrimaryKey) string
type PrimaryKey ¶
func (*PrimaryKey) Keys ¶
func (pk *PrimaryKey) Keys() []string
func (*PrimaryKey) Name ¶ added in v0.2.7
func (pk *PrimaryKey) Name(prefix string) string
func (*PrimaryKey) StringKeys ¶ added in v0.2.7
func (pk *PrimaryKey) StringKeys(keyPrefix string) string
func (*PrimaryKey) StringPKs ¶ added in v0.2.7
func (pk *PrimaryKey) StringPKs() string
Click to show internal directories.
Click to hide internal directories.