Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Package = &ifacereader.Package{ Name: "pkg1", Path: "pkgs/pkg1", Interfaces: []*ifacereader.Interface{ { Name: "Transformable", Methods: []*ifacereader.Method{ { Name: "TransformString", Inputs: []*ifacereader.Tuple{ {VariableName: "", Type: "string"}, {VariableName: "", Type: "string"}, }, Outputs: []*ifacereader.Tuple{ {VariableName: "", Type: "string"}, {VariableName: "", Type: "error"}, }, }, }, }, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.