api

package
v0.0.0-...-b985c77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 15, 2024 License: AGPL-3.0 Imports: 11 Imported by: 0

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 ObjectsCreateRequest struct {
	Name       string  `json:"name"`
	IsTemplate bool    `json:"isTemplate"`
	TemplateID *string `json:"templateId"`
}

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"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL