debugproxy

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package debugproxy is a package that provides a debug proxy for the app.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildInfoInstance

type BuildInfoInstance struct {
	FieldBuildInfo *debug.BuildInfo
}

BuildInfoInstance is a struct that implements BuildInfoInstanceInterface.

type BuildInfoInstanceInterface

type BuildInfoInstanceInterface interface{}

BuildInfoInstanceInterface is an interface for debug.BuildInfo.

type Debug

type Debug interface {
	ReadBuildInfo() (*BuildInfoInstance, bool)
}

Debug is an interface for debug.

func New

func New() Debug

New is a constructor for DebugProxy.

type DebugProxy

type DebugProxy struct{}

DebugProxy is a struct that implements Debug.

func (*DebugProxy) ReadBuildInfo

func (*DebugProxy) ReadBuildInfo() (*BuildInfoInstance, bool)

ReadBuildInfo is a proxy for debug.ReadBuildInfo.

Jump to

Keyboard shortcuts

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