Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColNameBinder ¶
type ColNameBinder struct {
// contains filtered or unexported fields
}
func NewColNameBinder ¶
func NewColNameBinder(id interfaces.ModelId) (b *ColNameBinder)
func (*ColNameBinder) Bind ¶
func (b *ColNameBinder) Bind() (res interface{}, err error)
func (*ColNameBinder) BindString ¶
func (b *ColNameBinder) BindString() (res string, err error)
func (*ColNameBinder) MustBind ¶
func (b *ColNameBinder) MustBind() (res interface{})
func (*ColNameBinder) MustBindString ¶
func (b *ColNameBinder) MustBindString() (res string)
Click to show internal directories.
Click to hide internal directories.