niki/walletapp/app.go

13 lines
147 B
Go

package walletapp
type Application struct {
}
func SetUp() {
}
func (app Application) StartServer() {}
func (app Application) StopServer() {}