mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 12:15:02 -07:00
Tidy up
This commit is contained in:
@@ -68,6 +68,8 @@ func getMethods(value interface{}) ([]*BoundMethod, error) {
|
||||
boundMethod.Inputs = inputs
|
||||
|
||||
// Iterate outputs
|
||||
// TODO: Determine what to do about limiting return types
|
||||
// especially around errors.
|
||||
outputParamCount := methodType.NumOut()
|
||||
var outputs []*Parameter
|
||||
for outputIndex := 0; outputIndex < outputParamCount; outputIndex++ {
|
||||
|
||||
Reference in New Issue
Block a user