package
0.0.0-20241004104926-d61a02a21505
Repository: https://github.com/gidi233/gd-blog.git
Documentation: pkg.go.dev
# Functions
NewMockIStore creates a new mock instance.
NewMockPostStore creates a new mock instance.
NewMockUserStore creates a new mock instance.
NewStore 创建一个 IStore 类型的实例.
# Variables
全局变量,方便其它包直接调用已初始化好的 S 实例.
# Structs
MockIStore is a mock of IStore interface.
MockIStoreMockRecorder is the mock recorder for MockIStore.
MockPostStore is a mock of PostStore interface.
MockPostStoreMockRecorder is the mock recorder for MockPostStore.
MockUserStore is a mock of UserStore interface.
MockUserStoreMockRecorder is the mock recorder for MockUserStore.