mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
5 lines
67 B
Go
5 lines
67 B
Go
package test_package
|
|
|
|
type TestStruct struct {
|
|
TestField string
|
|
}
|