Home
last modified time | relevance | path

Searched defs:ExplicitPayloadEvent (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/private/model/api/codegentest/service/rpcservice/
H A Dapi.go546 type ExplicitPayloadEvent struct { struct
547 _ struct{} `type:"structure" payload:"NestedVal"`
549 LongVal *int64 `location:"header" type:"long"`
551 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
553 StringVal *string `location:"header" type:"string"`
557 func (s ExplicitPayloadEvent) String() string {
562 func (s ExplicitPayloadEvent) GoString() string {
567 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
579 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
585 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/private/model/api/codegentest/service/restxmlservice/
H A Dapi.go497 type ExplicitPayloadEvent struct { struct
500 LongVal *int64 `location:"header" type:"long"`
502 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
504 StringVal *string `location:"header" type:"string"`
508 func (s ExplicitPayloadEvent) String() string {
513 func (s ExplicitPayloadEvent) GoString() string {
518 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
524 func (s *ExplicitPayloadEvent) SetNestedVal(v *NestedShape) *ExplicitPayloadEvent {
530 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
536 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/private/model/api/codegentest/service/restjsonservice/
H A Dapi.go946 type ExplicitPayloadEvent struct { struct
947 _ struct{} `type:"structure" payload:"NestedVal"`
949 LongVal *int64 `location:"header" type:"long"`
951 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
953 StringVal *string `location:"header" type:"string"`
957 func (s ExplicitPayloadEvent) String() string {
962 func (s ExplicitPayloadEvent) GoString() string {
967 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
979 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
985 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/private/model/api/codegentest/service/restxmlservice/
H A Dapi.go946 type ExplicitPayloadEvent struct { struct
949 LongVal *int64 `location:"header" type:"long"`
951 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
953 StringVal *string `location:"header" type:"string"`
957 func (s ExplicitPayloadEvent) String() string {
962 func (s ExplicitPayloadEvent) GoString() string {
967 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
973 func (s *ExplicitPayloadEvent) SetNestedVal(v *NestedShape) *ExplicitPayloadEvent {
979 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
985 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/private/model/api/codegentest/service/restjsonservice/
H A Dapi.go619 type ExplicitPayloadEvent struct { struct
620 _ struct{} `type:"structure" payload:"NestedVal"`
622 LongVal *int64 `location:"header" type:"long"`
624 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
626 StringVal *string `location:"header" type:"string"`
630 func (s ExplicitPayloadEvent) String() string {
635 func (s ExplicitPayloadEvent) GoString() string {
640 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
652 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
658 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/private/model/api/codegentest/service/rpcservice/
H A Dapi.go668 type ExplicitPayloadEvent struct { struct
669 _ struct{} `type:"structure" payload:"NestedVal"`
671 LongVal *int64 `location:"header" type:"long"`
673 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
675 StringVal *string `location:"header" type:"string"`
679 func (s ExplicitPayloadEvent) String() string {
684 func (s ExplicitPayloadEvent) GoString() string {
689 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
701 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
707 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/private/model/api/codegentest/service/restxmlservice/
H A Dapi.go619 type ExplicitPayloadEvent struct { struct
622 LongVal *int64 `location:"header" type:"long"`
624 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
626 StringVal *string `location:"header" type:"string"`
630 func (s ExplicitPayloadEvent) String() string {
635 func (s ExplicitPayloadEvent) GoString() string {
640 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
646 func (s *ExplicitPayloadEvent) SetNestedVal(v *NestedShape) *ExplicitPayloadEvent {
652 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
658 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/private/model/api/codegentest/service/restxmlservice/
H A Dapi.go619 type ExplicitPayloadEvent struct { struct
622 LongVal *int64 `location:"header" type:"long"`
624 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
626 StringVal *string `location:"header" type:"string"`
630 func (s ExplicitPayloadEvent) String() string {
635 func (s ExplicitPayloadEvent) GoString() string {
640 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
646 func (s *ExplicitPayloadEvent) SetNestedVal(v *NestedShape) *ExplicitPayloadEvent {
652 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
658 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/private/model/api/codegentest/service/rpcservice/
H A Dapi.go668 type ExplicitPayloadEvent struct { struct
669 _ struct{} `type:"structure" payload:"NestedVal"`
671 LongVal *int64 `location:"header" type:"long"`
673 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
675 StringVal *string `location:"header" type:"string"`
679 func (s ExplicitPayloadEvent) String() string {
684 func (s ExplicitPayloadEvent) GoString() string {
689 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
701 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
707 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/private/model/api/codegentest/service/restjsonservice/
H A Dapi.go619 type ExplicitPayloadEvent struct { struct
620 _ struct{} `type:"structure" payload:"NestedVal"`
622 LongVal *int64 `location:"header" type:"long"`
624 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
626 StringVal *string `location:"header" type:"string"`
630 func (s ExplicitPayloadEvent) String() string {
635 func (s ExplicitPayloadEvent) GoString() string {
640 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
652 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
658 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/private/model/api/codegentest/service/rpcservice/
H A Dapi.go668 type ExplicitPayloadEvent struct { struct
669 _ struct{} `type:"structure" payload:"NestedVal"`
671 LongVal *int64 `location:"header" type:"long"`
673 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
675 StringVal *string `location:"header" type:"string"`
679 func (s ExplicitPayloadEvent) String() string {
684 func (s ExplicitPayloadEvent) GoString() string {
689 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
701 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
707 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/private/model/api/codegentest/service/restjsonservice/
H A Dapi.go619 type ExplicitPayloadEvent struct { struct
620 _ struct{} `type:"structure" payload:"NestedVal"`
622 LongVal *int64 `location:"header" type:"long"`
624 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
626 StringVal *string `location:"header" type:"string"`
630 func (s ExplicitPayloadEvent) String() string {
635 func (s ExplicitPayloadEvent) GoString() string {
640 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
652 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
658 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/private/model/api/codegentest/service/restxmlservice/
H A Dapi.go619 type ExplicitPayloadEvent struct { struct
622 LongVal *int64 `location:"header" type:"long"`
624 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
626 StringVal *string `location:"header" type:"string"`
630 func (s ExplicitPayloadEvent) String() string {
635 func (s ExplicitPayloadEvent) GoString() string {
640 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
646 func (s *ExplicitPayloadEvent) SetNestedVal(v *NestedShape) *ExplicitPayloadEvent {
652 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
658 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/private/model/api/codegentest/service/restxmlservice/
H A Dapi.go619 type ExplicitPayloadEvent struct { struct
622 LongVal *int64 `location:"header" type:"long"`
624 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
626 StringVal *string `location:"header" type:"string"`
630 func (s ExplicitPayloadEvent) String() string {
635 func (s ExplicitPayloadEvent) GoString() string {
640 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
646 func (s *ExplicitPayloadEvent) SetNestedVal(v *NestedShape) *ExplicitPayloadEvent {
652 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
658 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/private/model/api/codegentest/service/rpcservice/
H A Dapi.go668 type ExplicitPayloadEvent struct { struct
669 _ struct{} `type:"structure" payload:"NestedVal"`
671 LongVal *int64 `location:"header" type:"long"`
673 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
675 StringVal *string `location:"header" type:"string"`
679 func (s ExplicitPayloadEvent) String() string {
684 func (s ExplicitPayloadEvent) GoString() string {
689 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
701 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
707 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/private/model/api/codegentest/service/restjsonservice/
H A Dapi.go619 type ExplicitPayloadEvent struct { struct
620 _ struct{} `type:"structure" payload:"NestedVal"`
622 LongVal *int64 `location:"header" type:"long"`
624 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
626 StringVal *string `location:"header" type:"string"`
630 func (s ExplicitPayloadEvent) String() string {
635 func (s ExplicitPayloadEvent) GoString() string {
640 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
652 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
658 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.30.0/private/model/api/codegentest/service/restjsonservice/
H A Dapi.go1020 type ExplicitPayloadEvent struct { struct
1021 _ struct{} `type:"structure" payload:"NestedVal"`
1023 LongVal *int64 `location:"header" type:"long"`
1025 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
1027 StringVal *string `location:"header" type:"string"`
1031 func (s ExplicitPayloadEvent) String() string {
1036 func (s ExplicitPayloadEvent) GoString() string {
1041 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
1053 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
1059 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.30.0/private/model/api/codegentest/service/restxmlservice/
H A Dapi.go1020 type ExplicitPayloadEvent struct { struct
1023 LongVal *int64 `location:"header" type:"long"`
1025 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
1027 StringVal *string `location:"header" type:"string"`
1031 func (s ExplicitPayloadEvent) String() string {
1036 func (s ExplicitPayloadEvent) GoString() string {
1041 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
1047 func (s *ExplicitPayloadEvent) SetNestedVal(v *NestedShape) *ExplicitPayloadEvent {
1053 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
1059 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/aws/aws-sdk-go/private/model/api/codegentest/service/restjsonservice/
H A Dapi.go1020 type ExplicitPayloadEvent struct { struct
1021 _ struct{} `type:"structure" payload:"NestedVal"`
1023 LongVal *int64 `location:"header" type:"long"`
1025 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
1027 StringVal *string `location:"header" type:"string"`
1031 func (s ExplicitPayloadEvent) String() string {
1036 func (s ExplicitPayloadEvent) GoString() string {
1041 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
1053 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
1059 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/aws/aws-sdk-go/private/model/api/codegentest/service/restxmlservice/
H A Dapi.go1020 type ExplicitPayloadEvent struct { struct
1023 LongVal *int64 `location:"header" type:"long"`
1025 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
1027 StringVal *string `location:"header" type:"string"`
1031 func (s ExplicitPayloadEvent) String() string {
1036 func (s ExplicitPayloadEvent) GoString() string {
1041 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
1047 func (s *ExplicitPayloadEvent) SetNestedVal(v *NestedShape) *ExplicitPayloadEvent {
1053 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
1059 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/private/model/api/codegentest/service/rpcservice/
H A Dapi.go1041 type ExplicitPayloadEvent struct { struct
1042 _ struct{} `type:"structure" payload:"NestedVal"`
1044 LongVal *int64 `location:"header" type:"long"`
1046 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
1048 StringVal *string `location:"header" type:"string"`
1052 func (s ExplicitPayloadEvent) String() string {
1057 func (s ExplicitPayloadEvent) GoString() string {
1062 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
1074 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
1080 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aws/aws-sdk-go/private/model/api/codegentest/service/restxmlservice/
H A Dapi.go1020 type ExplicitPayloadEvent struct { struct
1023 LongVal *int64 `location:"header" type:"long"`
1025 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
1027 StringVal *string `location:"header" type:"string"`
1031 func (s ExplicitPayloadEvent) String() string {
1036 func (s ExplicitPayloadEvent) GoString() string {
1041 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
1047 func (s *ExplicitPayloadEvent) SetNestedVal(v *NestedShape) *ExplicitPayloadEvent {
1053 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
1059 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aws/aws-sdk-go/private/model/api/codegentest/service/restjsonservice/
H A Dapi.go1020 type ExplicitPayloadEvent struct { struct
1021 _ struct{} `type:"structure" payload:"NestedVal"`
1023 LongVal *int64 `location:"header" type:"long"`
1025 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
1027 StringVal *string `location:"header" type:"string"`
1031 func (s ExplicitPayloadEvent) String() string {
1036 func (s ExplicitPayloadEvent) GoString() string {
1041 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
1053 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
1059 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/private/model/api/codegentest/service/restjsonservice/
H A Dapi.go1020 type ExplicitPayloadEvent struct { struct
1021 _ struct{} `type:"structure" payload:"NestedVal"`
1023 LongVal *int64 `location:"header" type:"long"`
1025 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
1027 StringVal *string `location:"header" type:"string"`
1031 func (s ExplicitPayloadEvent) String() string {
1036 func (s ExplicitPayloadEvent) GoString() string {
1041 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
1053 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
1059 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/private/model/api/codegentest/service/restxmlservice/
H A Dapi.go1020 type ExplicitPayloadEvent struct { struct
1023 LongVal *int64 `location:"header" type:"long"`
1025 NestedVal *NestedShape `locationName:"NestedVal" type:"structure"`
1027 StringVal *string `location:"header" type:"string"`
1031 func (s ExplicitPayloadEvent) String() string {
1036 func (s ExplicitPayloadEvent) GoString() string {
1041 func (s *ExplicitPayloadEvent) SetLongVal(v int64) *ExplicitPayloadEvent {
1047 func (s *ExplicitPayloadEvent) SetNestedVal(v *NestedShape) *ExplicitPayloadEvent {
1053 func (s *ExplicitPayloadEvent) SetStringVal(v string) *ExplicitPayloadEvent {
1059 func (s *ExplicitPayloadEvent) eventEventStream() {}
[all …]

1234567