//
pkg.gl
Category
github.com/shuheiokuda0704/til
golang
gin_crud_api
models
repository
package
0.0.0-20240423043704-16ff7e6cd39c
Repository:
https://github.com/shuheiokuda0704/til.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
129 SLOC
#
Structs
PostRepository
Service procides post's behavior.
UserProfile
No description provided by the author
UserRepository
Service procides user's behavior.
#
Type aliases
Post
Post is alias of entity.Post struct.
User
User is alias of entity.User struct.