-
As a developer reading the source code of the project, I need to understand how tether works, its internal details, plugin architecture and interaction component. I also would love if reading the teth…
-
Hey team,
Hope you are doing well.
Stumbled upon on [this](https://github.com/golang/mock/issues/621) issue. In code as well as on the archived repo.
To not copy paste too much, is this perhaps …
-
**Actual behavior**
mockgen generates a uncompilable mock file for interface using alternate major version package and generic types.
Here is a reproduce:
```go
package mockgenrepro
impo…
-
**Is your feature request related to a problem? Please describe.**
I'm having trouble using a mock of a streaming RPC in tests. I'm using [gomock](https://github.com/golang/mock) for generating my mo…
-
**Is your feature request related to a problem? Please describe.**
As highlighted in https://pkg.go.dev/github.com/golang/mock/gomock#NewController:
> New in go1.14+, if you are passing a *testing…
-
### What version of gazelle are you using?
v0.24.0
### What version of rules_go are you using?
v0.29.0
### What version of Bazel are you using?
4.2.1
### Does this issue reproduce wi…
ash2k updated
2 years ago
-
This is a request to add gomock interfaces for the Kubernetes SnapshotMetadata service, which is similar to but not identical to the CSI SnapshotMetadata gRPC service.
It is intended primarily for…
-
### What happened?
I have created a claim which is going to spin up a role, a policy and a rolepolicyattachment (provider-aws).
While not all resources and their dependencies were in ready state th…
eloo updated
2 months ago
-
## 学习路线
![WechatIMG512](https://user-images.githubusercontent.com/6970715/93728071-e1f6eb80-fbf0-11ea-8a71-821d1c54437c.jpeg)
## 前言
Go 是一门**编译型,具有静态类型和类 C 语言语法的语言**,并且有**垃圾回收**(GC)机制。
**…
-
As go.uber.org/mock has taken over maintenance of gomock, this project should change to support it.
In the mean time I have a fork that does so published here: https://github.com/tmc/cmpmock