Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( OkMessage = "success" ErrInvalidID = "invalid id" ErrInvalidJSON = "invalid json" ErrForbidden = "forbidden" ErrInternal = "internal error" ErrInvalidToken = "invalid token" ErrProductNotFound = "product not found" ErrProductNotEnough = "product not enough" )
Functions ¶
Types ¶
type Router ¶
type Router struct {
// contains filtered or unexported fields
}
func NewRouter ¶
func NewRouter(app app.Application, authSvc grpc.AuthService) *Router
func (*Router) CreatePurchase ¶
Click to show internal directories.
Click to hide internal directories.