Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
func NewTable ¶
func NewTable(layout TableLayout) *Table
func (*Table) AppendBulk ¶
type TableLayout ¶
type TableLayout string
const ( Locations TableLayout = "locations" PostgreSqlService TableLayout = "postgresql_service" RedisService TableLayout = "redis_service" WebApp TableLayout = "web_app" MultipleServices TableLayout = "multiple_services" )
Click to show internal directories.
Click to hide internal directories.