Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelStatus ¶
type ChannelStatus string
const ( ChannelBlocked ChannelStatus = "blocked" ChannelOpen ChannelStatus = "" )
type SharedChannel ¶
type SharedChannel struct {}
func (*SharedChannel) IsBlocked ¶
func (sc *SharedChannel) IsBlocked() bool
func (*SharedChannel) Load ¶
func (sc *SharedChannel) Load(s string) error
func (*SharedChannel) String ¶
func (sc *SharedChannel) String() string
func (*SharedChannel) Unblock ¶
func (sc *SharedChannel) Unblock()
Click to show internal directories.
Click to hide internal directories.