MCPcopy
hub / github.com/grpc-ecosystem/grpc-gateway / Set

Method Set

utilities/string_array_flag.go:30–33  ·  view source on GitHub ↗

Set appends a value to `StringArrayFlags`

(value string)

Source from the content-addressed store, hash-verified

28
29// Set appends a value to `StringArrayFlags`
30func (i *StringArrayFlags) Set(value string) error {
31 *i = append(*i, value)
32 return nil
33}

Calls

no outgoing calls