package parseutil
import "github.com/hashicorp/vault/sdk/helper/parseutil"
DEPRECATED: this has been moved to go-secure-stdlib and will be removed
Index ¶
- func ParseAbsoluteTime(in interface{}) (time.Time, error)
- func ParseAddrs(addrs interface{}) ([]*sockaddr.SockAddrMarshaler, error)
- func ParseBool(in interface{}) (bool, error)
- func ParseCapacityString(in interface{}) (uint64, error)
- func ParseCommaStringSlice(in interface{}) ([]string, error)
- func ParseDurationSecond(in interface{}) (time.Duration, error)
- func ParseInt(in interface{}) (int64, error)
- func ParseString(in interface{}) (string, error)
Functions ¶
func ParseAbsoluteTime ¶
func ParseAddrs ¶
func ParseAddrs(addrs interface{}) ([]*sockaddr.SockAddrMarshaler, error)
func ParseBool ¶
func ParseCapacityString ¶
func ParseCommaStringSlice ¶
func ParseDurationSecond ¶
func ParseInt ¶
func ParseString ¶
Source Files ¶
- Version
- v0.18.0 (latest)
- Published
- Jun 5, 2025
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 1 month ago –
Tools for package owners.