comment

package
v0.0.0-...-b18db6d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2023 License: 0BSD Imports: 8 Imported by: 0

Documentation

Index

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

type CommentData struct {
	Username  string
	Comment   string
	ImagePath string
}

func NewCommentData

func NewCommentData(username, comment, profileimagepath string) *CommentData

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL