Documentation
¶
Index ¶
- type CommentBuilder
- func (cb *CommentBuilder) DownloadComment() error
- func (cb *CommentBuilder) Start() error
- func (cb *CommentBuilder) UpdateComment(cd *CommentData) error
- func (cb *CommentBuilder) UpdatePicture(imagePath string) error
- func (cb *CommentBuilder) UpdateText(comment string) error
- func (cb *CommentBuilder) UpdateUsername(username string) error
- type CommentData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommentBuilder ¶
type CommentBuilder struct {
// contains filtered or unexported fields
}
func NewCommentBuilder ¶
func NewCommentBuilder() *CommentBuilder
func (*CommentBuilder) DownloadComment ¶
func (cb *CommentBuilder) DownloadComment() error
func (*CommentBuilder) Start ¶
func (cb *CommentBuilder) Start() error
func (*CommentBuilder) UpdateComment ¶
func (cb *CommentBuilder) UpdateComment(cd *CommentData) error
func (*CommentBuilder) UpdatePicture ¶
func (cb *CommentBuilder) UpdatePicture(imagePath string) error
func (*CommentBuilder) UpdateText ¶
func (cb *CommentBuilder) UpdateText(comment string) error
func (*CommentBuilder) UpdateUsername ¶
func (cb *CommentBuilder) UpdateUsername(username string) error
type CommentData ¶
func NewCommentData ¶
func NewCommentData(username, comment, profileimagepath string) *CommentData
Click to show internal directories.
Click to hide internal directories.