fileserver

package module
v0.0.0-...-5f34eba Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2022 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Overview

* Copyright © 2020. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Factory

type Factory struct {
}

func (*Factory) Metadata

func (*Factory) Metadata() *trigger.Metadata

func (*Factory) New

func (*Factory) New(config *trigger.Config) (trigger.Trigger, error)

type HandlerSettings

type HandlerSettings struct {
	Dir     string `md:"Dir"`
	URLPath string `md:"URLPath"`
}

type Output

type Output struct {
	RequestURL string `md:"RequestURL"`
}

func (*Output) FromMap

func (this *Output) FromMap(values map[string]interface{}) error

func (*Output) ToMap

func (this *Output) ToMap() map[string]interface{}

type Settings

type Settings struct {
	Port      string `md:"Port"`
	EnableTLS bool   `md:"enableTLS"` // Enable TLS on the server
	CertFile  string `md:"certFile"`  // The path to PEM encoded server certificate
	KeyFile   string `md:"keyFile"`   // The path to PEM encoded server key
}

type TcpServer

type TcpServer struct {
	// contains filtered or unexported fields
}

func (*TcpServer) Initialize

func (this *TcpServer) Initialize(ctx trigger.InitContext) error

func (*TcpServer) Start

func (this *TcpServer) Start() error

func (*TcpServer) Stop

func (this *TcpServer) Stop() error

Jump to

Keyboard shortcuts

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