Documentation ¶
Index ¶
Constants ¶
View Source
const ( Http = iota Websocket )
Variables ¶
This section is empty.
Functions ¶
func CallChainByReading ¶
func CallChainByWriting ¶
func CallChainByWriting(postWriting *WritingPostBody) error
func CallChainByWritingWithECDSA ¶
func CallChainByWritingWithECDSA(privKey *ecdsa.PrivateKey, wrCall *WrCall) error
Types ¶
type Subscriber ¶
type Subscriber struct {
// contains filtered or unexported fields
}
func NewSubscriber ¶
func NewSubscriber() (*Subscriber, error)
func (*Subscriber) CloseSub ¶
func (s *Subscriber) CloseSub() error
func (*Subscriber) SubEvent ¶
func (s *Subscriber) SubEvent(ch chan *Receipt)
Click to show internal directories.
Click to hide internal directories.