Documentation ¶
Overview ¶
* Copyright (c) 2023 Juice Technologies, Inc. All Rights Reserved.
* Copyright (c) 2023 Juice Technologies, Inc. All Rights Reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CommaValue ¶
type CommaValue struct {
Value *[]string
}
A `flag.Value` compatible Value that accepts a comma seperated string and produces an array of strings
func (CommaValue) Set ¶
func (v CommaValue) Set(s string) error
func (CommaValue) String ¶
func (v CommaValue) String() string
Click to show internal directories.
Click to hide internal directories.