Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Article ¶
type Article struct {
// contains filtered or unexported fields
}
func NewArticle ¶
func (*Article) ConvertExternal ¶
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
func (*Source) ConvertExternal ¶
func (*Source) Type ¶
func (self *Source) Type() *SourceType
type SourceType ¶
type SourceType struct {
// contains filtered or unexported fields
}
func NewSourceType ¶
func NewSourceType(id *Id, name string, cmd string, user_create bool) *SourceType
func (*SourceType) Command ¶
func (self *SourceType) Command() string
func (*SourceType) ConvertExternal ¶
func (self *SourceType) ConvertExternal() *external.SourceType
func (*SourceType) Id ¶
func (self *SourceType) Id() *Id
func (*SourceType) IsUserCreate ¶
func (self *SourceType) IsUserCreate() bool
func (*SourceType) Name ¶
func (self *SourceType) Name() string
Click to show internal directories.
Click to hide internal directories.