Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atahani/golang-rest-api-sample
/ types & classes
Types & classes
17 in github.com/atahani/golang-rest-api-sample
⨍
Functions
59
◇
Types & classes
17
Struct
AccessToken
models/access_token.go:8
Struct
Article
models/article.go:8
Struct
ArticleController
controller/article/article_controller.go:22
Struct
AuthenticationResponse
it's used only for JSON response in authentication and refresh token requests
models/authentication_response.go:4
Struct
ChangePasswordRequestModel
models/change_password_request.go:3
Struct
Client
models/client.go:10
Struct
ClientController
controller/client/client_controller.go:24
Struct
Error
util/specialerror/specialerror.go:28
Struct
OperationResult
util/operationresult/operationresult.go:9
Struct
RefreshTokenRequest
it's used only for JSON request
models/refresh_token_request.go:5
Struct
SignInRequest
it's used only for JSON request
models/sign_in_request.go:4
Struct
SignUpRequest
it's used only for JSON request
models/sign_up_request.go:4
Struct
TestingProvider
utilities for testing used in unit testing
util/testhelper/testhelper.go:20
Struct
TrustedApp
only for database models
models/user.go:26
Struct
User
used for database and JSON
models/user.go:10
Struct
UserController
controller/user/user_controller.go:35
Struct
customBinderWithValidation
this is custom bind function for echo to validate struct
util/echo_binder.go:16