Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttributePath ¶
type AttributePath string
func (AttributePath) Marshal ¶
func (a AttributePath) Marshal(attributeNames map[string]string) string
func (AttributePath) Name ¶
func (a AttributePath) Name() string
func (AttributePath) ValueName ¶
func (a AttributePath) ValueName(path *OperationPath, i int) string
type OperationPath ¶
type OperationPath struct { CurrentOperation string UpperOperation *OperationPath // contains filtered or unexported fields }
func EmptyPath ¶
func EmptyPath() *OperationPath
func (*OperationPath) ExtendPath ¶
func (p *OperationPath) ExtendPath(operation string) *OperationPath
func (*OperationPath) Prefix ¶
func (p *OperationPath) Prefix(value string) string
func (*OperationPath) String ¶
func (p *OperationPath) String() string
Click to show internal directories.
Click to hide internal directories.