github.com/klaytn/klaytn@v1.10.2/cmd/homi/docker/service/doc.go (about) 1 // Copyright 2018 The klaytn Authors 2 // Copyright 2016 The go-ethereum Authors 3 // This file is part of go-ethereum. 4 // 5 // Copyright 2017 AMIS Technologies 6 // This file is part of the go-ethereum library. 7 // 8 // The go-ethereum library is free software: you can redistribute it and/or modify 9 // it under the terms of the GNU Lesser General Public License as published by 10 // the Free Software Foundation, either version 3 of the License, or 11 // (at your option) any later version. 12 // 13 // The go-ethereum library is distributed in the hope that it will be useful, 14 // but WITHOUT ANY WARRANTY; without even the implied warranty of 15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 // GNU Lesser General Public License for more details. 17 // 18 // You should have received a copy of the GNU Lesser General Public License 19 // along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>. 20 // 21 22 /* 23 service package provides various templates to build a docker-compose.yml 24 25 Source Files 26 27 Each file contains following contents 28 - constellation.go : Deprecated. This is not being used in Klaytn 29 - eth_stats.go : Defines `KlayStats` and provides a yaml template for a KlayStats service 30 - grafana.go : Defines `GrafanaService` and provides a yaml template for a Grafana service 31 - prometheus.go : Defines `PrometheusService` and provides a yaml template for a Prometheus service 32 - txgen.go : Defines `TxGenService` and provides a yaml template for a txgen service 33 - validator.go : Defines `Validator` and provides a yaml template for a validator configuration 34 35 */ 36 package service