Documentation ¶
Index ¶
- type Entry
- type EntryRequest
- type EntryResponse
- type InvokeSrv
- func (srv *InvokeSrv) BaseUrl() string
- func (srv *InvokeSrv) Delete(id string) error
- func (srv *InvokeSrv) Get(id string) (Entry, error)
- func (srv *InvokeSrv) Invoke(entry *Entry) error
- func (srv *InvokeSrv) Lifecycle() error
- func (srv *InvokeSrv) List() ([]Entry, error)
- func (srv *InvokeSrv) NewEntry(method string, path string) Entry
- func (srv *InvokeSrv) Save(entry Entry) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { Id string `json:"id"` Request EntryRequest `json:"request"` Response EntryResponse `json:"response"` }
type EntryRequest ¶
type EntryResponse ¶
Click to show internal directories.
Click to hide internal directories.