gox

package module
v0.0.0-...-11273d6 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2021 License: MIT Imports: 2 Imported by: 1

README

gox

Utilities for starting a backend service with go quickly.

This repository has been moved to fidelfly/fxgos.

(Personal Use)

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CapturePanicAndRecover

func CapturePanicAndRecover(messages ...string)

export CapturePanicAndRecover Must be called within **defer** code fragment

Types

type ConsoleOutput

type ConsoleOutput struct {
}

func (ConsoleOutput) Debug

func (so ConsoleOutput) Debug(args ...interface{})

func (ConsoleOutput) Debugf

func (so ConsoleOutput) Debugf(format string, args ...interface{})

func (ConsoleOutput) Error

func (so ConsoleOutput) Error(args ...interface{})

func (ConsoleOutput) Errorf

func (so ConsoleOutput) Errorf(format string, args ...interface{})

func (ConsoleOutput) Info

func (so ConsoleOutput) Info(args ...interface{})

func (ConsoleOutput) Infof

func (so ConsoleOutput) Infof(format string, args ...interface{})

func (ConsoleOutput) Panic

func (so ConsoleOutput) Panic(args ...interface{})

func (ConsoleOutput) Panicf

func (so ConsoleOutput) Panicf(format string, args ...interface{})

func (ConsoleOutput) Warn

func (so ConsoleOutput) Warn(args ...interface{})

func (ConsoleOutput) Warnf

func (so ConsoleOutput) Warnf(format string, args ...interface{})

Jump to

Keyboard shortcuts

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