package
0.0.0-20230709152112-055e9c2cfc20
Repository: https://github.com/cp-coder/khelo.git
Documentation: pkg.go.dev
# Constants
CollectionFacility name of the collection storing facility related documents.
CollectionLocation name of the collection storing location related documents.
CollectionUser name of the collection storing user related documents.
# Structs
District struct defining fields in district model.
No description provided by the author
Facility struct defining fields in facility model.
JwtCustomClaims struct for access token.
JwtCustomRefreshClaims struct for refresh token.
LoginRequest ...
LoginResponse ...
Profile ...
No description provided by the author
No description provided by the author
RegisterRequest struct defining the request body.
RegisterResponse struct defining the response body.
State struct defining fields in state model.
No description provided by the author
User struct defining fields in user model.
# Interfaces
FacilityRepository interface defining database operations on facility model.
FacilityUsecase interface defining business logic operations on facility model.
LocationRepository interface defining database operations on location model.
LoginUsecase ...
ProfileUsecase ...
No description provided by the author
RegisterUsecase interface defining methods.
UserRepository interface defining database operations on user model.