-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflow_setter.go
More file actions
33 lines (26 loc) · 887 Bytes
/
flow_setter.go
File metadata and controls
33 lines (26 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// Code generated by protoc-gen-gogo. DO NOT EDIT.
// source: flow/flow.proto
package ccloud
import (
fmt "fmt"
_ "github.com/confluentinc/proto-go-setter"
_ "github.com/gogo/protobuf/gogoproto"
proto "github.com/gogo/protobuf/proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
func (t *AuthenticateRequest) SetRequestCarrier(request_carrier map[string]string) {
t.RequestCarrier = request_carrier
}
func (t *GetMeRequest) SetRequestCarrier(request_carrier map[string]string) {
t.RequestCarrier = request_carrier
}
func (t *GetLoginRealmRequest) SetRequestCarrier(request_carrier map[string]string) {
t.RequestCarrier = request_carrier
}
func (t *CreateEmailVerificationRequest) SetRequestCarrier(request_carrier map[string]string) {
t.RequestCarrier = request_carrier
}