Home
last modified time | relevance | path

Searched defs:RepoRequest (Results 1 – 8 of 8) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/accounts/abi/bind/
H A Dbind.go29 "strings"
30 "text/template"
33 "github.com/ethereum/go-ethereum/accounts/abi"
34 "github.com/ethereum/go-ethereum/log"
37 // Lang is a target programming language selector to generate bindings for.
41 LangGo Lang = iota
44 )
49 // manually maintain hard coded strings that break on runtime.
52 // contracts is the map of each individual contract requested binding
62 // Parse the actual ABI to generate the binding for
[all …]
H A Dbind_test.go14 // You should have received a copy of the GNU Lesser General Public License
29 "github.com/ethereum/go-ethereum/common"
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/mock/
H A Dmock.pb.go30 type RepoRequest struct { struct
31 state protoimpl.MessageState
32 sizeCache protoimpl.SizeCache
33 unknownFields protoimpl.UnknownFields
35 Repo *gitalypb.Repository `protobuf:"bytes,1,opt,name=repo,proto3" json:"repo,omitempty"`
38 func (x *RepoRequest) Reset() {
47 func (x *RepoRequest) String() string {
51 func (*RepoRequest) ProtoMessage() {}
53 func (x *RepoRequest) ProtoReflect() protoreflect.Message {
66 func (*RepoRequest) Descriptor() ([]byte, []int) {
[all …]
H A Dmock.proto16 message RepoRequest { message
30 rpc RepoMutatorUnary(RepoRequest) returns (google.protobuf.Empty) { argument
H A Dmock_grpc.pb.go23 …RepoAccessorUnary(ctx context.Context, in *RepoRequest, opts ...grpc.CallOption) (*emptypb.Empty, …
25 …RepoMutatorUnary(ctx context.Context, in *RepoRequest, opts ...grpc.CallOption) (*emptypb.Empty, e…
59 RepoAccessorUnary(context.Context, *RepoRequest) (*emptypb.Empty, error)
61 RepoMutatorUnary(context.Context, *RepoRequest) (*emptypb.Empty, error)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/mock/
H A Dmock.pb.go30 type RepoRequest struct { struct
31 state protoimpl.MessageState
32 sizeCache protoimpl.SizeCache
33 unknownFields protoimpl.UnknownFields
35 Repo *gitalypb.Repository `protobuf:"bytes,1,opt,name=repo,proto3" json:"repo,omitempty"`
38 func (x *RepoRequest) Reset() {
47 func (x *RepoRequest) String() string {
51 func (*RepoRequest) ProtoMessage() {}
53 func (x *RepoRequest) ProtoReflect() protoreflect.Message {
66 func (*RepoRequest) Descriptor() ([]byte, []int) {
[all …]
H A Dmock.proto16 message RepoRequest { message
30 rpc RepoMutatorUnary(RepoRequest) returns (google.protobuf.Empty) { argument
H A Dmock_grpc.pb.go23 …RepoAccessorUnary(ctx context.Context, in *RepoRequest, opts ...grpc.CallOption) (*emptypb.Empty, …
25 …RepoMutatorUnary(ctx context.Context, in *RepoRequest, opts ...grpc.CallOption) (*emptypb.Empty, e…
59 RepoAccessorUnary(context.Context, *RepoRequest) (*emptypb.Empty, error)
61 RepoMutatorUnary(context.Context, *RepoRequest) (*emptypb.Empty, error)