| 360 | Config *GitConfig `protobuf:"bytes,1,opt,name=config,proto3,oneof" json:"config,omitempty"` |
| 361 | } |
| 362 | type GitConfigResponse_Error struct { |
| 363 | Error *ErrorInfo `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"` |
| 364 | } |
| 365 | |
| 366 | func (*GitConfigResponse_Config) isGitConfigResponse_Result() {} |
| 367 | func (*GitConfigResponse_Error) isGitConfigResponse_Result() {} |
nothing calls this directly
no outgoing calls
no test coverage detected