5 lines
63 B
Go
5 lines
63 B
Go
|
type NamedArg struct {
|
||
|
Name string
|
||
|
Value interface{}
|
||
|
}
|