package
0.0.0-20201006150613-7b61fee251ca
Repository: https://github.com/circutor/edgex.git
Documentation: pkg.go.dev

# README

EdgeX Foundry Support Scheduler Service

Go implementation of EdgeX Support Scheduler.

Installation and Execution

To fetch the code and build the microservice execute the following:

cd $GOPATH/src
go get github.com/Circutor/edgex
cd $GOPATH/src/github.com/Circutor/edgex
# pull the 3rd party / vendor packages
make prepare
# build the microservice
make cmd/support-scheduler/support-scheduler
# get to the support logging microservice executable
cd cmd/support-scheduler
# run the microservice (may require other dependent services to run correctly)
./support-scheduler

To test, simple run:

cd $GOPATH/src
go get github.com/Circutor/edgex
# pull the 3rd party / vendor packages
make prepare
# build the microservice
make cmd/support-scheduler/support-scheduler
# exectute the go test(s)
go test

Community

License

Apache-2.0

# Packages

****************************************************************************** * Copyright 2018 Dell Inc.
****************************************************************************** * Copyright 2018 Dell Inc.

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
Utility function for adding configured locally intervals and scheduled events.
NewClient.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
---------------- URL PARAM NAMES -----------------------*/.
No description provided by the author
-------------- Constants for Scheduler -------------------- */.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
* Scheduler **/.
No description provided by the author
* Scheduler **/.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

Configuration V2 for the Support Scheduler Service.
No description provided by the author
Scheduler Queue Client.
No description provided by the author