Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Category ¶
type Category struct {
common.CommonOption
}
func (Category) WebService ¶
func (r Category) WebService() (ws *restful.WebService)
type Episode ¶
type Episode struct { common.CommonOption // contains filtered or unexported fields }
func (Episode) WebService ¶
func (r Episode) WebService() (ws *restful.WebService)
type Notifier ¶
type Notifier struct { common.CommonOption // contains filtered or unexported fields }
func (Notifier) WebService ¶
func (r Notifier) WebService() (ws *restful.WebService)
type Profile ¶
type Profile struct { common.CommonOption // contains filtered or unexported fields }
func (Profile) WebService ¶
func (r Profile) WebService() (ws *restful.WebService)
type RSS ¶
type RSS struct { common.CommonOption // contains filtered or unexported fields }
func (RSS) WebService ¶
func (r RSS) WebService() (ws *restful.WebService)
type ShowItem ¶
type ShowItem struct { common.CommonOption // contains filtered or unexported fields }
func (ShowItem) WebService ¶
func (r ShowItem) WebService() (ws *restful.WebService)
type Subscription ¶
type Subscription struct { common.CommonOption // contains filtered or unexported fields }
func (Subscription) WebService ¶
func (r Subscription) WebService() (ws *restful.WebService)
Click to show internal directories.
Click to hide internal directories.