Skip to content

noahingh/gocui-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gocui architecture

Goal

Benchmarking k9s logic and also adapt clean architecture into CUI.

Structure

The manager in ui package has the responsibility for UI stuff and it utilize the service pkg to manufacture data stuff.

├── internal
│   └── ui
│       ├── editor.go
│       └── manager.go
└── pkg
    ├── service
    │   ├── interface.go
    │   └── service.go
...

About

The architecture of gocui package.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages