outreach

package
v0.0.0-...-b40d7d9 Latest Latest
Warning

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

Go to latest
Published: May 18, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Timed

type Timed struct {
	gorm.Model

	Content   string    `json:"content"` // The content of the message
	Methods   []Method  `json:"methods"` // The methods used to contact the user
	Timestamp time.Time `json:"time"`    // The time to send the outreach
	// contains filtered or unexported fields
}

Timed is a Message that only occurs once

func (*Timed) GetContent

func (m *Timed) GetContent() string

func (*Timed) GetMethods

func (m *Timed) GetMethods() []Method

func (*Timed) Stop

func (m *Timed) Stop() error

Jump to

Keyboard shortcuts

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