Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ObjectsCreate ¶
func ObjectsCreate(s internal.Services) echo.HandlerFunc
func ObjectsShow ¶
func ObjectsShow(s internal.Services) echo.HandlerFunc
func PropertiesCreate ¶
func PropertiesCreate(s internal.Services) echo.HandlerFunc
Types ¶
type ObjectsCreateRequest ¶
type PropertiesCreateRequest ¶
type PropertiesCreateRequest struct {
Name string `json:"name"`
PropertyType dbx.PropertyType `json:"propertyType"`
StringValue *string `json:"stringValue"`
IntegerValue *int64 `json:"integerValue"`
FloatValue *float64 `json:"floatValue"`
BooleanValue *bool `json:"booleanValue"`
DateValue *string `json:"dateValue"`
ObjectValueID *string `json:"objectValueId"`
}
Click to show internal directories.
Click to hide internal directories.