podhmo / gos

wip
MIT License
0 stars 0 forks source link

Action definiton #14

Closed podhmo closed 1 year ago

podhmo commented 1 year ago

ActionBuilder

b.Action(
    b.Input(
        b.Param("id", b.String()),
    ).Doc("input description"),
    b.Output(
        b.String(),
    ).Doc("output description"),
).Doc("action description")