package
Version:
v1.4.0
Opens a new window with list of versions in this module.
Published: Aug 21, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type JSON struct {
Name string `json:"name"`
Image *string `json:"image,omitempty"`
IsExternal bool `json:"is_external"`
Meta *Meta `json:"meta,omitempty"`
Listen []string `json:"listen"`
Networks []string `json:"networks"`
Connected map[string][]string `json:"connected"`
}
type Meta struct {
Info string `json:"info"`
Tags []string `json:"tags"`
}
type Port struct {
Kind string `json:"kind"`
Value int `json:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.