1 /* 2 * Micro Service 3 * Package: gitlab.hexacode.org/go-libs/microservice 4 * Maintainer: Azzis Arswendo <azzis@hexacode.org> 5 * 6 * Copyright (C) 2023 Hexacode Teknologi Indonesia 7 * All Rights Reserved 8 */ 9 10 package config 11 12 type ConfigServer struct { 13 Port int `json:"port"` 14 } 15