Documentation
¶
Overview ¶
Package chart is
Index ¶
Constants ¶
View Source
const ( API_KEY = "" API_SECRET = "" )
Variables ¶
This section is empty.
Functions ¶
func GetExecutions ¶
Types ¶
type Db ¶
type Db struct {
// contains filtered or unexported fields
}
func NewConnect ¶
func NewConnect() Db
type ExecutionsResponse ¶
type ExecutionsResponse struct {
Executions liquid.Executions
}
func (*ExecutionsResponse) First ¶
func (e *ExecutionsResponse) First() (execution liquid.Execution)
func (*ExecutionsResponse) Last ¶
func (e *ExecutionsResponse) Last() (execution liquid.Execution)
func (*ExecutionsResponse) TrimEnd ¶
func (e *ExecutionsResponse) TrimEnd() (response ExecutionsResponse)
Click to show internal directories.
Click to hide internal directories.