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