ngsild

package
v0.0.0-...-34fd565 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2024 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContentRange

type ContentRange struct {
	StartTime *time.Time
	EndTime   *time.Time
}

type CreateEntityResult

type CreateEntityResult struct {
	// contains filtered or unexported fields
}

func NewCreateEntityResult

func NewCreateEntityResult(location string) *CreateEntityResult

func (CreateEntityResult) Location

func (r CreateEntityResult) Location() string

type DeleteEntityResult

type DeleteEntityResult struct {
}

func NewDeleteEntityResult

func NewDeleteEntityResult() *DeleteEntityResult

type MergeEntityResult

type MergeEntityResult struct {
}

func NewMergeEntityResult

func NewMergeEntityResult(body []byte) (*MergeEntityResult, error)

type QueryEntitiesResult

type QueryEntitiesResult struct {
	Found         chan (types.Entity)
	TotalCount    int64
	Count         int
	Offset        int
	Limit         int
	PartialResult bool
}

func NewQueryEntitiesResult

func NewQueryEntitiesResult() *QueryEntitiesResult

type QueryTemporalEntitiesResult

type QueryTemporalEntitiesResult struct {
	Found      chan (types.EntityTemporal)
	TotalCount int64
}

func NewQueryTemporalEntitiesResult

func NewQueryTemporalEntitiesResult() *QueryTemporalEntitiesResult

type RetrieveTemporalEvolutionOfEntityResult

type RetrieveTemporalEvolutionOfEntityResult struct {
	Found         types.EntityTemporal
	ContentRange  *ContentRange
	PartialResult bool
}

func NewRetrieveTemporalEvolutionOfEntityResult

func NewRetrieveTemporalEvolutionOfEntityResult(entity types.EntityTemporal) *RetrieveTemporalEvolutionOfEntityResult

type UpdateEntityAttributesResult

type UpdateEntityAttributesResult struct {
	Updated    []string `json:"updated"`
	NotUpdated []struct {
		AttributeName string `json:"attributeName"`
		Reason        string `json:"reason"`
	} `json:"notUpdated"`
}

func NewUpdateEntityAttributesResult

func NewUpdateEntityAttributesResult(body []byte) (*UpdateEntityAttributesResult, error)

func (*UpdateEntityAttributesResult) Bytes

func (uear *UpdateEntityAttributesResult) Bytes() []byte

func (*UpdateEntityAttributesResult) IsMultiStatus

func (uear *UpdateEntityAttributesResult) IsMultiStatus() bool

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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