Documentation ¶
Overview ¶
Package profile is a component to manage the profile of a user
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
Component implement interface component
func (*Component) AttachPrivateAPI ¶
func (ms *Component) AttachPrivateAPI(group *gin.RouterGroup)
AttachPrivateAPI add the profile micro-service private api with its dependencies
func (*Component) AttachPublicAPI ¶
func (ms *Component) AttachPublicAPI(group *gin.RouterGroup)
AttachPublicAPI add the profile micro-service public api with its dependencies
Directories ¶
Path | Synopsis |
---|---|
Package repo implement the function that contact the db required by the service package
|
Package repo implement the function that contact the db required by the service package |
Package rest implement the callback required by the profile package
|
Package rest implement the callback required by the profile package |
Package service implement the services required by the rest package
|
Package service implement the services required by the rest package |
Click to show internal directories.
Click to hide internal directories.