Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AskInputData ¶
type AskInputData struct {
// contains filtered or unexported fields
}
type AtomicCloserSlice ¶
type AtomicCloserSlice struct {
// contains filtered or unexported fields
}
func (*AtomicCloserSlice) Append ¶
func (a *AtomicCloserSlice) Append(c io.Closer)
Append adds a closer to the slice thread-safely.
func (*AtomicCloserSlice) CloseAll ¶
func (a *AtomicCloserSlice) CloseAll() error
CloseAll closes all closers in the slice thread-safely.
func (*AtomicCloserSlice) Get ¶
func (a *AtomicCloserSlice) Get() []io.Closer
Get returns the slice thread-safely.
func (*AtomicCloserSlice) Len ¶
func (a *AtomicCloserSlice) Len() int
Len returns the length of the slice thread-safely.
type CreateTableOptions ¶
type CreateTableOptions struct {
// contains filtered or unexported fields
}
type HbStatusFilter ¶
type HeaderCell ¶
type HeaderObject ¶
type HeaderObject struct {
Left HeaderCell
Right HeaderCell
Populate func(row int)
}
Click to show internal directories.
Click to hide internal directories.