Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Columns ¶
type Columns struct { Cols map[string]*Column TableName string TableAlias string // contains filtered or unexported fields }
func ColumnsForStruct ¶
func NewColumns ¶
func NewColumnsWithAlias ¶
func (Columns) Readable ¶
func (c Columns) Readable() *ReadableColumns
func (Columns) SymbolizedString ¶
func (Columns) Writeable ¶
func (c Columns) Writeable() *WriteableColumns
type ReadableColumns ¶
type ReadableColumns struct {
Columns
}
func (ReadableColumns) SelectString ¶
func (c ReadableColumns) SelectString() string
type Tags ¶
type Tags []Tag
Tags is a group of pop tags defined in just one model field.
func TagsFor ¶
func TagsFor(field reflect.StructField) Tags
TagsFor is a function which returns all tags defined in model field.
type WriteableColumns ¶
type WriteableColumns struct {
Columns
}
func (WriteableColumns) UpdateString ¶
func (c WriteableColumns) UpdateString() string
Click to show internal directories.
Click to hide internal directories.