Versions in this module Expand all Collapse all v0 v0.9.0 Mar 10, 2014 v0.8.1 Feb 18, 2014 Changes in this version + func ValidateAttach(val string) (string, error) + func ValidateEnv(val string) (string, error) + func ValidateIp4Address(val string) (string, error) + func ValidateLink(val string) (string, error) + func ValidatePath(val string) (string, error) + type ListOpts struct + func NewListOpts(validator ValidatorFctType) ListOpts + func (opts *ListOpts) Delete(key string) + func (opts *ListOpts) Get(key string) bool + func (opts *ListOpts) GetAll() []string + func (opts *ListOpts) GetMap() map[string]struct{} + func (opts *ListOpts) Len() int + func (opts *ListOpts) Set(value string) error + func (opts *ListOpts) String() string + type ValidatorFctType func(val string) (string, error)