Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Error ¶
func Error(w http.ResponseWriter, err error)
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer( ar beans.AccountRepository, br beans.BudgetRepository, cr beans.CategoryRepository, mr beans.MonthRepository, mcr beans.MonthCategoryRepository, sr beans.SessionRepository, tr beans.TransactionRepository, ur beans.UserRepository, accountContract beans.AccountContract, budgetContract beans.BudgetContract, categoryContract beans.CategoryContract, monthContract beans.MonthContract, payeeContract beans.PayeeContract, transactionContract beans.TransactionContract, userContract beans.UserContract, ) *Server
func (*Server) GetBoundAddr ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.