Documentation ¶
Index ¶
- func GetASingleEntityFromACollection(request *restful.Request, response *restful.Response)
- func ReadAnEntitySet(request *restful.Request, response *restful.Response)
- func ReadAnEntitySetV4(request *restful.Request) (r *v4.ResponseEntrySet)
- func ReadTheServiceRoot(request *restful.Request, response *restful.Response)
- func ReadTheServiceRootV4() (r *v4.ResponseResourceList)
- type AddressInfo
- type City
- type Man
- type Request
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetASingleEntityFromACollection ¶
func GetASingleEntityFromACollection(request *restful.Request, response *restful.Response)
func ReadAnEntitySet ¶
func ReadAnEntitySet(request *restful.Request, response *restful.Response)
func ReadAnEntitySetV4 ¶
func ReadAnEntitySetV4(request *restful.Request) (r *v4.ResponseEntrySet)
func ReadTheServiceRoot ¶
func ReadTheServiceRoot(request *restful.Request, response *restful.Response)
func ReadTheServiceRootV4 ¶
func ReadTheServiceRootV4() (r *v4.ResponseResourceList)
Types ¶
type AddressInfo ¶
type Man ¶
type Man struct { v4.EntryAnnotation UserName string `json:"UserName"` FirstName string `json:"FirstName"` LastName string `json:"LastName"` Emails []string `json:"Emails"` AddressInfo AddressInfo `json:"AddressInfo"` Gender string `json:"Gender"` }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.