Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntityOptionsResponse ¶
type EntityOptionsResponse struct {
*BaseResponse
EntityOptions []entitydto.EntityOption
}
EntityOptionsResponse ...
func NewEntityOptionsResponse ¶
func NewEntityOptionsResponse(entityOptions []entitydto.EntityOption) *EntityOptionsResponse
NewEntityOptionsResponse ...
type EntityResponse ¶
type EntityResponse struct {
*BaseResponse
EntityObject interface{}
}
EntityResponse ...
func NewEntityResponse ¶
func NewEntityResponse(entity interface{}) *EntityResponse
NewEntityResponse ...
Click to show internal directories.
Click to hide internal directories.