web

package
v0.0.0-...-ef79425 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2023 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StartWebServer

func StartWebServer(hashtags []string, tweets <-chan *twitter.Tweet)

Types

type BlockStatus

type BlockStatus string
const (
	BlockUser   BlockStatus = "BLOCK"
	UnblockUser BlockStatus = "UNBLOCK"
)

type TweetSummary

type TweetSummary struct {
	ID        string `json:"id"`
	Name      string `json:"name"`
	User      string `json:"user"`
	Message   string `json:"tweet"`
	TweetHTML string `json:"html"`
}

func (TweetSummary) String

func (t TweetSummary) String() string

Jump to

Keyboard shortcuts

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