Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewThreadedClient ¶
func NewThreadedClient(client SlackClient, s *state) *threadedClient
Types ¶
type DeliveryPolicy ¶
type DeliveryPolicy int
const ( Post DeliveryPolicy = iota PostAndUpdate Update )
func (DeliveryPolicy) FromString ¶
func (p DeliveryPolicy) FromString(policy string) DeliveryPolicy
func (DeliveryPolicy) MarshalJSON ¶
func (p DeliveryPolicy) MarshalJSON() ([]byte, error)
func (DeliveryPolicy) String ¶
func (p DeliveryPolicy) String() string
func (*DeliveryPolicy) UnmarshalJSON ¶
func (p *DeliveryPolicy) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.