Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BusinessEvent ¶
type Shell ¶
type Shell struct {
// contains filtered or unexported fields
}
func NewShell ¶
func NewShell(shellConfiguration ShellConfiguration) (*Shell, error)
func (*Shell) GetBusinessEvent ¶
func (s *Shell) GetBusinessEvent(cid string) (BusinessEvent, error)
func (*Shell) PublishBusinessEvent ¶
func (s *Shell) PublishBusinessEvent(event BusinessEvent) (string, error)
type ShellConfiguration ¶
type ShellConfiguration struct {
IpfsNodeUrl string
}
Click to show internal directories.
Click to hide internal directories.