Documentation
¶
Overview ¶
Package appnet provides network actions for the operation graph.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
op.ProviderBase
}
Provider provides network actions.
+devlore:access=both
type Resource ¶
type Resource struct {
op.ResourceBase
SourceURL *url.URL
}
Resource represents a network resource identified by a URL.
The SourceURL holds the original URL as provided (with transport scheme, original casing, etc.). The canonical URI produced by [URI] is an opaque appnet: URI wrapping the normalized, transport-independent URL with targeted escaping of # and ? characters.
Click to show internal directories.
Click to hide internal directories.