package
2.2.4+incompatible
Repository: https://github.com/goadesign/examples.git
Documentation: pkg.go.dev
# Functions
AddResumePath returns the URL path to the resume service add HTTP endpoint.
BuildAddPayload builds the payload for the resume add endpoint from CLI flags.
DecodeAddResponse returns a decoder for responses returned by the resume add endpoint.
DecodeListResponse returns a decoder for responses returned by the resume list endpoint.
EncodeAddRequest returns an encoder for requests sent to the resume add server.
ListResumePath returns the URL path to the resume service list HTTP endpoint.
NewClient instantiates HTTP clients for all the resume service servers.
NewListStoredResumeCollectionOK builds a "resume" service "list" endpoint result from a HTTP "OK" response.
NewResumeAddEncoder returns an encoder to encode the multipart request for the "resume" service "add" endpoint.
NewResumeRequestBody builds the HTTP request body from the payload of the "add" endpoint of the "resume" service.
ValidateEducationResponse runs the validations defined on EducationResponse.
ValidateExperienceResponse runs the validations defined on ExperienceResponse.
ValidateStoredResumeResponse runs the validations defined on StoredResumeResponse.
# Structs
Client lists the resume service endpoint HTTP clients.
EducationRequestBody is used to define fields on request body types.
EducationResponse is used to define fields on response body types.
ExperienceRequestBody is used to define fields on request body types.
ExperienceResponse is used to define fields on response body types.
ResumeRequestBody is used to define fields on request body types.
StoredResumeResponse is used to define fields on response body types.
# Type aliases
ListResponseBody is the type of the "resume" service "list" endpoint HTTP response body.
ResumeAddEncoderFunc is the type to encode multipart request for the "resume" service "add" endpoint.