Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NIP46SignerChecker ¶ added in v0.43.0
NIP46SignerChecker defines the interface for checking active NIP-46 signers
type S ¶
type S struct {
publisher.Publishers
}
S is the control structure for the subscription management scheme.
func (*S) GetSocketPublisher ¶ added in v0.23.0
func (s *S) GetSocketPublisher() WriteChanSetter
GetSocketPublisher returns the socketapi publisher instance
type WriteChanSetter ¶ added in v0.23.0
type WriteChanSetter interface {
SetWriteChan(*websocket.Conn, chan WriteRequest)
GetWriteChan(*websocket.Conn) (chan WriteRequest, bool)
}
WriteChanSetter defines the interface for setting write channels
Source Files
¶
- publisher.go
Click to show internal directories.
Click to hide internal directories.