cmds

package
v0.0.0-...-a7bf774 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2025 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Overview

This file contains the implementation of the `testserve` CLI command. This starts a Mastopoof server with a fake Mastodon server.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CmdCheckStreamState

func CmdCheckStreamState(ctx context.Context, st *storage.Storage, stid types.StID, doFix bool) error

func CmdMe

func CmdMe(ctx context.Context, st *storage.Storage, uid types.UID, showAccount bool) error

func CmdUsers

func CmdUsers(ctx context.Context, st *storage.Storage) error

Types

type OpDesc

type OpDesc struct {
	Text        string
	Description string
	Op          OpFunc
}

type OpFunc

type OpFunc func(args []string) error

type TestServe

type TestServe struct {
	// contains filtered or unexported fields
}

func NewTestServe

func NewTestServe(mux *http.ServeMux, port int, testData fs.FS) *TestServe

func (*TestServe) Run

func (s *TestServe) Run(ctx context.Context) error

Jump to

Keyboard shortcuts

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