Versions in this module Expand all Collapse all v0 v0.0.0 Jan 29, 2021 Changes in this version + type CountRequest struct + CountFields []struct{ ... } + type LineRequest struct + Axis []struct{ ... } + Lines []struct{ ... } + type MSTableMata struct + ColumnName string + DataType string + type PKColumn struct + ColumnName string + type PieRequest struct + Filter []interface{} + Title []struct{ ... } + Value []struct{ ... } + type TableRequest struct + Values []struct{ ... } + type UserRoles struct + DisplayName string + ID uint64 + func (v *UserRoles) TableName() string + type VBSchema struct + CreatedAt time.Time + ID uint64 + Name string + Schema string + Type string + UpdatedAt time.Time + func (v *VBSchema) TableName() string + type VBSchemaAdmin struct + CreatedAt time.Time + Id string + Name string + Schema string + Type string + UpdatedAt time.Time + VbId uint64 + func (v *VBSchemaAdmin) TableName() string + type VBSchemaAdminMSSQL struct + CreatedAt time.Time + Id string + Name string + Schema string + Type string + UpdatedAt time.Time + VbId uint64 + func (v *VBSchemaAdminMSSQL) TableName() string + type VBSchemaList struct + CreatedAt time.Time + ID uint64 + Name string + Type string + UpdatedAt time.Time + func (v *VBSchemaList) TableName() string + type VBSchemaMSSQL struct + CreatedAt time.Time + ID uint64 + Name string + Schema string + Type string + UpdatedAt time.Time + func (v *VBSchemaMSSQL) TableName() string