Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsString ¶
ContainsString will return true if a string is found in a given group of strings.
func IsValidMatrixServerName ¶
func RandString ¶
RandString creates a random string of requested length.
Types ¶
type ErrorCollector ¶
type ErrorCollector struct {
// contains filtered or unexported fields
}
ErrorCollector collects errors.
func (*ErrorCollector) Append ¶
func (e *ErrorCollector) Append(err error)
func (*ErrorCollector) Error ¶
func (e *ErrorCollector) Error() error
func (*ErrorCollector) Length ¶
func (e *ErrorCollector) Length() int
Click to show internal directories.
Click to hide internal directories.