Documentation ¶
Overview ¶
Package raw provides the defined raw types for Vela.
Usage:
import "github.com/go-vela/types/raw"
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringSlice ¶
type StringSlice []string
StringSlice represents a string or an array of strings.
func (*StringSlice) UnmarshalJSON ¶
func (s *StringSlice) UnmarshalJSON(b []byte) error
UnmarshalJSON implements the Unmarshaler interface for the StringSlice type.
func (*StringSlice) UnmarshalYAML ¶
func (s *StringSlice) UnmarshalYAML(unmarshal func(interface{}) error) error
UnmarshalYAML implements the Unmarshaler interface for the StringSlice type.
type StringSliceMap ¶
StringSliceMap represents an array of strings or a map of strings.
func (*StringSliceMap) UnmarshalJSON ¶
func (s *StringSliceMap) UnmarshalJSON(b []byte) error
UnmarshalJSON implements the Unmarshaler interface for the StringSlice type.
func (*StringSliceMap) UnmarshalYAML ¶
func (s *StringSliceMap) UnmarshalYAML(unmarshal func(interface{}) error) error
UnmarshalYAML implements the Unmarshaler interface for the StringSliceMap type.
Click to show internal directories.
Click to hide internal directories.