Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
Result represents a runtime type to be used across layers to return data and a status Is like an http Response, but it doesn't requires body decode
func ErrorResponse ¶
func ErrorResponse(err errors.FabricError) Result
func SuccessResponse ¶
type UnstructuredData ¶ added in v0.14.0
type UnstructuredData map[string]interface{}
func (*UnstructuredData) DeepCopy ¶ added in v0.14.0
func (in *UnstructuredData) DeepCopy() *UnstructuredData
Click to show internal directories.
Click to hide internal directories.