Documentation ¶ Index ¶ type Function func Convert(r common.Resource) Function func (r Function) Http() (*httpFunction.Function, error) func (r Function) P2P() (*p2pFunction.Function, error) func (r Function) PubSub() (*pubsubFunction.Function, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Function ¶ type Function struct { common.Resource } func Convert ¶ func Convert(r common.Resource) Function func (Function) Http ¶ func (r Function) Http() (*httpFunction.Function, error) func (Function) P2P ¶ func (r Function) P2P() (*p2pFunction.Function, error) func (Function) PubSub ¶ func (r Function) PubSub() (*pubsubFunction.Function, error) Source Files ¶ View all Source files new.go types.go Directories ¶ Show internal Expand all Path Synopsis http p2p pubsub Click to show internal directories. Click to hide internal directories.