Documentation ¶
Overview ¶
Copyright 2021 SANGFOR TECHNOLOGIES
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2021 SANGFOR TECHNOLOGIES ¶
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func KeepAlive(serverAddr string, ip string, hostname string, port int, interval int) error
- func RunAdaptorTask(wp *dtstruct.WorkerPool, args *adtstruct.Args)
- func RunGrpcServer(wp *dtstruct.WorkerPool, args *adtstruct.Args) error
- func RunHealthCheck(wp *dtstruct.WorkerPool, args *adtstruct.Args) error
- func RunHttpServer(wp *dtstruct.WorkerPool, args *adtstruct.Args) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunAdaptorTask ¶
func RunAdaptorTask(wp *dtstruct.WorkerPool, args *adtstruct.Args)
RunAdaptorTask run adaptor task in worker pool
func RunGrpcServer ¶
func RunGrpcServer(wp *dtstruct.WorkerPool, args *adtstruct.Args) error
RunGrpcServer run grpc server to handler grpc request from client
func RunHealthCheck ¶
func RunHealthCheck(wp *dtstruct.WorkerPool, args *adtstruct.Args) error
RunHealthCheck run health check for this agent, will send heartbeat message periodically
func RunHttpServer ¶
func RunHttpServer(wp *dtstruct.WorkerPool, args *adtstruct.Args) error
RunHttpServer run http server for agent test
Types ¶
This section is empty.