Categorygithub.com/toolsparty/mvc
modulepackage
1.0.2
Repository: https://github.com/toolsparty/mvc.git
Documentation: pkg.go.dev

# README

MVC

The component library for creating an MVC-application

Status: work in progress

Base Components:

  • App - skeleton application
  • AppConfig - application config
  • Action - abstract application event handler
  • Router - interface for application routing
  • Model - model interface
  • BaseModel - base implementation of model interface
  • View - view interface
  • BaseView - base implementation of view interface
  • Controller - controller interface
  • BaseController - base implementation of controller interface

# Functions

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
app config interface see github.com/spf13/viper.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

v is should be context.
No description provided by the author
No description provided by the author
No description provided by the author