Categorygithub.com/codedv8/go-ecom-app
modulepackage
0.0.0-20200903200726-3e22d2e4fbdb
Repository: https://github.com/codedv8/go-ecom-app.git
Documentation: pkg.go.dev

# README

go-ecom-app

E-commerce application object

This is the foundation of go-ecom. This is where it all glues together.

In the application object the sub-systems are loaded and initialized. The application object also provides a database object as well as the hook messaging system.

# Packages

No description provided by the author

# Functions

NewApplication - Create a new application object.

# Structs

Application - Struct that defines the application.
No description provided by the author
Hook - Struct to define a hook.
Module - Struct that defined a module (plugin).

# Type aliases

HookCallback - type definition for a HookCallback.