@@ -0,0 +1,13 @@
package main
type (
Function struct {
Arguments []Argument
Returns []Argument
}
Argument struct {
Name string
Type string
Description string
)
The note is not visible to the blocked user.