service.go 273 B

123456789101112
  1. // Copyright 2025 BackendServerTemplate Authors. All rights reserved.
  2. // Use of this source code is governed by a MIT-style
  3. // license that can be found in the LICENSE file.
  4. package resource
  5. import (
  6. _ "embed"
  7. )
  8. //go:embed SERVICE.yaml
  9. var ServiceConfigYamlData []byte