entities

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WrapInMarkDownLinks(tt []TaskMentionHidden, sep string) string

Types

type Message

type Message struct {

	// Text is the text of the message
	Text string `json:"text"`

	// URL is the url of the message
	URL string `json:"url"`

	// Author is the author of the message
	Author string `json:"author"`

	// BranchName is the branch name of the message
	BranchName string `json:"branch_name"`

	NotClean bool `json:"not_clean"`
}

type TaskMention

type TaskMention struct {
	ID string `json:"id"`
}

func (TaskMention) String

func (t TaskMention) String() string

type TaskMentionHidden

type TaskMentionHidden struct {
	ID        string `json:"id"`
	Name      string `json:"name"`
	ShortLink string `json:"short_link"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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