Skip to content

router

import "budget-tracker-api-v2/internal/http/router"

Index

func NewRouter

func NewRouter(tracer trace.Tracer, userCollectionInterface repository.UserCollectionInterface, cardsCollectionInterface repository.CardCollectionInterface, transactionsCollectionInterface repository.TransactionCollectionInterface, healthCollectionInterface repository.HealthCollectionInterface) (*mux.Router, error)

NewRouter will set new User Routes

Generated by gomarkdoc