repositorypackage
0.0.0-20220403174513-545971b6356a
Repository: https://github.com/ambientkit/ambient.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Ambient core
Thanks for visiting! All docs are available here.
This repository contains the code for the Ambient core which includes:
- entry points like
NewApp()
,NewAppLogger()
andListenAndServe()
- interfaces used by the plugins: logger, router, session manager, etc.
- permission system and permission list
- dev console for the AMB CLI
- toolkit available to all plugins