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 ¶
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.
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.
Click to show internal directories.
Click to hide internal directories.