msgchecker

package
v2.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2018 License: BSD-3-Clause, BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TextMessageMaxLength = 10000
	HeadlineMaxLength    = 280
	TopicMaxLength       = 20
)
View Source
const (
	BoxedTextMessageBodyMaxLength          = 11000
	BoxedEditMessageBodyMaxLength          = 11000
	BoxedHeadlineMessageBodyMaxLength      = 380
	BoxedMetadataMessageBodyMaxLength      = 200
	BoxedJoinMessageBodyMaxLength          = 200
	BoxedLeaveMessageBodyMaxLength         = 200
	BoxedSystemMessageBodyMaxLength        = 5000
	BoxedDeleteHistoryMessageBodyMaxLength = 200
)

Variables

This section is empty.

Functions

func CheckMessageBoxed

func CheckMessageBoxed(msg chat1.MessageBoxed) error

func CheckMessagePlaintext

func CheckMessagePlaintext(msg chat1.MessagePlaintext) error

Types

type MessageBoxedLengthExceedingError

type MessageBoxedLengthExceedingError struct {
	DescriptibleItemName string
	ActualLength         int
	MaxLength            int
}

func (MessageBoxedLengthExceedingError) Error

type MessagePlaintextLengthExceedingError

type MessagePlaintextLengthExceedingError struct {
	ActualLength         int
	MaxLength            int
	DescriptibleItemName string
}

func (MessagePlaintextLengthExceedingError) Error

func (MessagePlaintextLengthExceedingError) IsImmediateFail

Jump to

Keyboard shortcuts

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