mirror of https://github.com/istio/api.git
79 lines
2.8 KiB
Go
79 lines
2.8 KiB
Go
// Code generated by protoc-gen-jsonshim. DO NOT EDIT.
|
|
package v1alpha1
|
|
|
|
import (
|
|
bytes "bytes"
|
|
jsonpb "github.com/golang/protobuf/jsonpb"
|
|
)
|
|
|
|
// MarshalJSON is a custom marshaler for AnalysisMessageBase
|
|
func (this *AnalysisMessageBase) MarshalJSON() ([]byte, error) {
|
|
str, err := MessageMarshaler.MarshalToString(this)
|
|
return []byte(str), err
|
|
}
|
|
|
|
// UnmarshalJSON is a custom unmarshaler for AnalysisMessageBase
|
|
func (this *AnalysisMessageBase) UnmarshalJSON(b []byte) error {
|
|
return MessageUnmarshaler.Unmarshal(bytes.NewReader(b), this)
|
|
}
|
|
|
|
// MarshalJSON is a custom marshaler for AnalysisMessageBase_Type
|
|
func (this *AnalysisMessageBase_Type) MarshalJSON() ([]byte, error) {
|
|
str, err := MessageMarshaler.MarshalToString(this)
|
|
return []byte(str), err
|
|
}
|
|
|
|
// UnmarshalJSON is a custom unmarshaler for AnalysisMessageBase_Type
|
|
func (this *AnalysisMessageBase_Type) UnmarshalJSON(b []byte) error {
|
|
return MessageUnmarshaler.Unmarshal(bytes.NewReader(b), this)
|
|
}
|
|
|
|
// MarshalJSON is a custom marshaler for AnalysisMessageWeakSchema
|
|
func (this *AnalysisMessageWeakSchema) MarshalJSON() ([]byte, error) {
|
|
str, err := MessageMarshaler.MarshalToString(this)
|
|
return []byte(str), err
|
|
}
|
|
|
|
// UnmarshalJSON is a custom unmarshaler for AnalysisMessageWeakSchema
|
|
func (this *AnalysisMessageWeakSchema) UnmarshalJSON(b []byte) error {
|
|
return MessageUnmarshaler.Unmarshal(bytes.NewReader(b), this)
|
|
}
|
|
|
|
// MarshalJSON is a custom marshaler for AnalysisMessageWeakSchema_ArgType
|
|
func (this *AnalysisMessageWeakSchema_ArgType) MarshalJSON() ([]byte, error) {
|
|
str, err := MessageMarshaler.MarshalToString(this)
|
|
return []byte(str), err
|
|
}
|
|
|
|
// UnmarshalJSON is a custom unmarshaler for AnalysisMessageWeakSchema_ArgType
|
|
func (this *AnalysisMessageWeakSchema_ArgType) UnmarshalJSON(b []byte) error {
|
|
return MessageUnmarshaler.Unmarshal(bytes.NewReader(b), this)
|
|
}
|
|
|
|
// MarshalJSON is a custom marshaler for GenericAnalysisMessage
|
|
func (this *GenericAnalysisMessage) MarshalJSON() ([]byte, error) {
|
|
str, err := MessageMarshaler.MarshalToString(this)
|
|
return []byte(str), err
|
|
}
|
|
|
|
// UnmarshalJSON is a custom unmarshaler for GenericAnalysisMessage
|
|
func (this *GenericAnalysisMessage) UnmarshalJSON(b []byte) error {
|
|
return MessageUnmarshaler.Unmarshal(bytes.NewReader(b), this)
|
|
}
|
|
|
|
// MarshalJSON is a custom marshaler for InternalErrorAnalysisMessage
|
|
func (this *InternalErrorAnalysisMessage) MarshalJSON() ([]byte, error) {
|
|
str, err := MessageMarshaler.MarshalToString(this)
|
|
return []byte(str), err
|
|
}
|
|
|
|
// UnmarshalJSON is a custom unmarshaler for InternalErrorAnalysisMessage
|
|
func (this *InternalErrorAnalysisMessage) UnmarshalJSON(b []byte) error {
|
|
return MessageUnmarshaler.Unmarshal(bytes.NewReader(b), this)
|
|
}
|
|
|
|
var (
|
|
MessageMarshaler = &jsonpb.Marshaler{}
|
|
MessageUnmarshaler = &jsonpb.Unmarshaler{AllowUnknownFields: true}
|
|
)
|