Documentation ¶
Index ¶
- type ContextDTO
- type LayersDTO
- type ModelElementNamesDTO
- type ModelElementsIdDTO
- type ModelNamesDTO
- type ModelsIdDTO
- type OutputModelDTO
- type OutputModelElementDTO
- type OutputModelElementsDTO
- type OutputModelsDTO
- type OutputPropertiesDTO
- type OutputPropertyDTO
- type OutputUnitDTO
- type OutputUnitsDTO
- type PropertiesIdDTO
- type PropertyNamesDTO
- type SaveUnitDTO
- type SaveUnitsDTO
- type SearchUnitDTO
- type UnitDtoMaps
- type UpdateUnitDTO
- type UpdateUnitsDTO
- type UserDTO
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextDTO ¶
type ModelElementNamesDTO ¶
type ModelElementNamesDTO struct {
ModelElements []string `json:"model_element_names,omitempty"`
}
type ModelElementsIdDTO ¶
type ModelElementsIdDTO struct {
ModelElements []int `json:"model_elements_id,omitempty"`
}
type ModelNamesDTO ¶
type ModelNamesDTO struct {
Models []string `json:"model_names,omitempty"`
}
type ModelsIdDTO ¶
type ModelsIdDTO struct {
Models []int `json:"models_id,omitempty"`
}
type OutputModelDTO ¶
type OutputModelElementDTO ¶
type OutputModelElementsDTO ¶
type OutputModelElementsDTO struct {
Elements []OutputModelElementDTO `json:"elements,omitempty"`
}
type OutputModelsDTO ¶
type OutputModelsDTO struct {
Models []OutputModelDTO `json:"models,omitempty"`
}
type OutputPropertiesDTO ¶
type OutputPropertiesDTO struct {
Properties []OutputPropertyDTO `json:"properties,omitempty"`
}
type OutputPropertyDTO ¶
type OutputUnitDTO ¶
type OutputUnitsDTO ¶
type OutputUnitsDTO struct { Units []map[string]OutputUnitDTO `json:"units,omitempty"` Contexts []ContextDTO `json:"contexts,omitempty"` }
type PropertiesIdDTO ¶
type PropertiesIdDTO struct {
Properties []int `json:"properties_id,omitempty"`
}
type PropertyNamesDTO ¶
type PropertyNamesDTO struct {
Properties []string `json:"property_names,omitempty"`
}
type SaveUnitDTO ¶
type SaveUnitsDTO ¶
type SaveUnitsDTO struct { Contexts map[string]string `json:"contexts,omitempty"` Units []map[string]SaveUnitDTO `json:"units,omitempty"` }
type SearchUnitDTO ¶
type UnitDtoMaps ¶
type UnitDtoMaps []map[string]OutputUnitDTO
type UpdateUnitDTO ¶
type UpdateUnitsDTO ¶
type UpdateUnitsDTO struct {
Units []UpdateUnitDTO `json:"units,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.