# Packages

No description provided by the author

# Functions

MountSwaggerController "mounts" a Swagger resource controller on the given service.
MountUserProfileController "mounts" a UserProfile resource controller on the given service.
NewFindUserProfileUserProfileContext parses the incoming request URL and body, performs validations and creates the context used by the userProfile controller FindUserProfile action.
NewGetMyProfileUserProfileContext parses the incoming request URL and body, performs validations and creates the context used by the userProfile controller GetMyProfile action.
NewGetUserProfileUserProfileContext parses the incoming request URL and body, performs validations and creates the context used by the userProfile controller GetUserProfile action.
NewUpdateMyProfileUserProfileContext parses the incoming request URL and body, performs validations and creates the context used by the userProfile controller UpdateMyProfile action.
NewUpdateUserProfileUserProfileContext parses the incoming request URL and body, performs validations and creates the context used by the userProfile controller UpdateUserProfile action.

# Structs

FilterPayload user type.
FilterProperty user type.
FindUserProfileUserProfileContext provides the userProfile FindUserProfile action context.
GetMyProfileUserProfileContext provides the userProfile GetMyProfile action context.
GetUserProfileUserProfileContext provides the userProfile GetUserProfile action context.
OrderSpec user type.
UpdateMyProfileUserProfileContext provides the userProfile UpdateMyProfile action context.
UpdateUserProfileUserProfileContext provides the userProfile UpdateUserProfile action context.
userProfile media type (default view) Identifier: application/microkubes.user-profile+json; view=default.
UserProfilePage media type (default view) Identifier: application/microkubes.user-profile-page+json; view=default.
UserProfile data.

# Interfaces

SwaggerController is the controller interface for the Swagger actions.
UserProfileController is the controller interface for the UserProfile actions.