Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIClient ¶
type APIClient struct {
// Services
Documents Documents
// contains filtered or unexported fields
}
APIClient manages communication with the Tipe API.
type BooleanField ¶
type BooleanField struct {
Data map[string]interface{} `json:"data"`
ID string `json:"id"`
List bool `json:"list"`
Name string `json:"name"`
Type string `json:"type"`
Value bool `json:"value"`
}
Fields
type ButtonField ¶
type CreateDocumentOptions ¶
type Documents ¶
type Documents interface {
Create(context.Context, CreateDocumentOptions) error
Get(context.Context, interface{}, GetDocumentOptions) error
Update(context.Context, UpdateDocumentOptions) error
}
type GetDocumentOptions ¶
type HTMLField ¶
type HTMLField struct {
Data map[string]interface{} `json:"data"`
ID string `json:"id"`
List bool `json:"list"`
Name string `json:"name"`
Type string `json:"type"`
Value interface{} `json:"value"`
}
func (HTMLField) StringSlice ¶
Click to show internal directories.
Click to hide internal directories.