| | |
| | | // func Run(ctx context.Context, i interface{}) { |
| | | |
| | | type sdk struct { |
| | | fnCreate func(string, string, string, int, bool, string, int, func(...interface{}), map[string]string) interface{} |
| | | fnCreate func(string, string, string, int, bool, string, int, func(...interface{}), map[string]interface{}) interface{} |
| | | fnRun func(context.Context, interface{}) |
| | | } |
| | | |
| | |
| | | return nil |
| | | } |
| | | return &sdk{ |
| | | fnCreate: fnC.(func(string, string, string, int, bool, string, int, func(...interface{}), map[string]string) interface{}), |
| | | fnCreate: fnC.(func(string, string, string, int, bool, string, int, func(...interface{}), map[string]interface{}) interface{}), |
| | | fnRun: fnR.(func(context.Context, interface{})), |
| | | } |
| | | } |
| | |
| | | Subproject commit 265dcd41bc396b8d4859dcead19b4b6d0c6a93bf |
| | | Subproject commit 90617d25f6b352a5623ecb7c46876274f3624681 |
| | |
| | | Subproject commit 4070b7666f59d3997fed0a1d060f97ba013f6b19 |
| | | Subproject commit 3c016225ae1377d909d1dcbe2983ac8a933c3b73 |
| | |
| | | Subproject commit 1579cca2a9c272366547c4562a0218ff76f1d038 |
| | | Subproject commit 670433ff21a182623764f3c86b0eac217a532331 |
| | |
| | | Subproject commit 472a6bb9309357169b45e770e8fc7d3adcc946ee |
| | | Subproject commit 8949102bf1914ad48012c99bac3b31f8dc385569 |