Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FacebookConfig ¶
type PinterestConfig ¶
type ShareProvider ¶
type ShareProvider interface {}
type Sharer ¶
type Sharer struct { // be created when scheduling this Sharer. If empty, a name // will be derived from the service and the Sharer instance. Name string // contains filtered or unexported fields }
func NewSharer ¶
func NewSharer(s Service, provider ShareProvider, config interface{}) *Sharer
Click to show internal directories.
Click to hide internal directories.