Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DotFormatter ¶
type DotFormatter struct{}
func NewDotFormatter ¶
func NewDotFormatter() DotFormatter
func (DotFormatter) Format ¶
func (d DotFormatter) Format(s []model.Server, w http.ResponseWriter)
func (DotFormatter) FormatToWriter ¶
type DotGraph ¶
type DotGraph struct { Servers []model.Server ExternalServers []string Dependencies []DotGraphDep }
type DotGraphDep ¶
type JSONFormatter ¶
type JSONFormatter struct{}
func NewJSONFormatter ¶
func NewJSONFormatter() JSONFormatter
func (JSONFormatter) Format ¶
func (JSONFormatter) Format(s []model.Server, w http.ResponseWriter)
type JpgFormatter ¶
type JpgFormatter struct{}
func NewJpgFormatter ¶
func NewJpgFormatter() JpgFormatter
func (JpgFormatter) Format ¶
func (JpgFormatter) Format(s []model.Server, w http.ResponseWriter)
Click to show internal directories.
Click to hide internal directories.