prometheus-adapter/vendor/github.com/grpc-ecosystem/grpc-gateway/examples/clients/abe/Sub2IdMessage.go
2017-06-26 19:23:05 +03:00

9 lines
102 B
Go

package abe
import (
)
type Sub2IdMessage struct {
Uuid string `json:"uuid,omitempty"`
}