Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToFriendlyName ¶ added in v0.6.0
Types ¶
type FilebeatService ¶ added in v0.5.0
type FilebeatService struct {
// contains filtered or unexported fields
}
func NewFilebeatService ¶ added in v0.5.0
func NewFilebeatService(serverName, artifactId, userName string, serv Server) (f FilebeatService, err error)
func (*FilebeatService) Create ¶ added in v0.5.0
func (f *FilebeatService) Create() (id string, err error)
func (*FilebeatService) Delete ¶ added in v0.5.0
func (f *FilebeatService) Delete() (err error)
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (Server) AddAutoUpdate ¶ added in v0.4.1
func (Server) WaitForConnection ¶ added in v0.4.3
type Service ¶
type Service struct { Name string UpdateProp string LocalOverride string HealthReport string Path string AppIcon string ViliWhydahId string ViliWhydahSecret string Port int // contains filtered or unexported fields }
func NewService ¶
Click to show internal directories.
Click to hide internal directories.