package
0.0.0-20230501180844-dca2a0ba871b
Repository: https://github.com/crazybber/go-patterns.git
Documentation: pkg.go.dev
# Functions
NewTerminal creates new instance of terminal.
# Structs
GopherTerminal for example: Its a "huge" structure with different public methods.
Terminal is a implementation of Proxy, it's validates and sends data to GopherTerminal As example before send commands, user must be authorized.
# Interfaces
ITerminal is interface, it's a public method whose implemented in Terminal(Proxy) and Gopher Terminal.