github.com/secoba/wails/v2@v2.6.4/internal/frontend/calls.go (about)

     1  package frontend
     2  
     3  type Calls interface {
     4  	Callback(message string)
     5  }