Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Leslie1sMe/golang
/ types & classes
Types & classes
82 in github.com/Leslie1sMe/golang
⨍
Functions
561
◇
Types & classes
82
Struct
Account
grammar/account.go:5
Interface
Animals
golang的interface test
grammar/interface.go:6
Struct
Args
rpc/rpc.go:10
Struct
ArticleController
advanced/blog/controllers/articles.go:10
Struct
Camera
grammar/assert.go:13
Struct
Cat
grammar/struct.go:14
Struct
Category
advanced/blog/models/model.go:9
Struct
Circle
grammar/method.go:13
Interface
Client
grpc-crawler/etcd/peer.go:13
Struct
ClientInfo
grpc-crawler/etcd/peer.go:23
Struct
ClientRequest
please upgrade the proto package message 对应生成代码的 struct 定义客户端请求的数据格式
grpc-crawler/proto/write.pb.go:30
Struct
ClientResponse
定义服务端响应的数据格式
grpc-crawler/proto/write.pb.go:205
Struct
ClientService
grpc-crawler/etcd/peer.go:17
Struct
Computer
grammar/assert.go:17
Struct
ConcurrentEngine
ConcurrentEngine 开启并发爬虫采集器
crawler-plus/engine/concurrent.go:5
Struct
CrawlerRpcService
rpc/rpc.go:5
Struct
Data
grammar/mysql.go:10
Struct
Dog
grammar/interface.go:17
Struct
ElkWriteService
rpc/rpc.go:8
Struct
ElkWriter
crawler-plus/writer/elkWriter.go:10
Interface
EtcdSave
crawler-plus/engine/definition.go:56
Struct
EtcdService
grpc-crawler/etcd/etcd.go:14
Interface
Fetcher
Fetcher
crawler-plus/engine/definition.go:26
Struct
ForgedFetcher
crawler-plus/fetcher/ForgedFetch.go:14
Interface
GSaver
GrpcSaver
crawler-plus/engine/definition.go:52
Struct
Github
grammar/spygithub.go:11
Struct
Graduate
结构体可以使用匿名结构体的任意字段(大写或者小写均可使用)或者方法
grammar/extends.go:11
Struct
GrpcService
grpc-crawler/client/grpc.go:11
Struct
Info
grammar/spyimages.go:14
Struct
JsonDeserialize
反序列化 将json反序列化成切片,map,struct
grammar/deserialize.go:12
Interface
Learn
不破坏原来老猴子的规则和结构,扩展出新的功能,使用实现接口的方式。 A结构体继承了B结构体,那么A结构体自动继承了B结构体的字段和方法,并且可以直接使用 当A结构体需要扩展功能,而又不希望破坏继承关系,则可以采用实现接口的方法
grammar/interfaceTest.go:154
Struct
LittleMonkey
grammar/interfaceTest.go:147
Struct
MainController
advanced/blog/controllers/main.go:8
Struct
Message
grammar/redis.go:10
Struct
Method
grammar/method.go:51
Struct
Method1
grammar/method.go:57
Struct
MethodUtils
grammar/method.go:48
Struct
MongoDbWriter
crawler-plus/writer/mongoWriter.go:11
Struct
Monkey
继承多个接口 ****接口是引用类型 type A interface { sayA() B C } type B interface { sayB() } type C interface { sayC() } type Test struct { } func (test Te
grammar/interfaceTest.go:139
Struct
ParseResult
ParseResult
crawler-plus/engine/definition.go:12
Struct
Peers
grpc-crawler/etcd/etcd.go:20
Struct
Person
grammar/method.go:8
Struct
Phone
grammar/assert.go:9
Struct
Posts
advanced/blog/models/model.go:14
Struct
PrivateAccount
advanced/privateAccount/account/account.go:5
Struct
Profile
gocrawl/main.go:13
Struct
Profile
crawler-plus/model/profile.go:3
Struct
Profile
grpc-crawler/proto/write.pb.go:85
Struct
Profile
crawler/model/profile.go:3
Struct
Pupil
grammar/extends.go:15
Struct
QueuedScheduler
QueuedScheduler
crawler-plus/scheduler/conCurrent.go:6
Struct
RedisWriter
crawler-plus/writer/redisWriter.go:9
Struct
Request
Request
crawler-plus/engine/definition.go:6
Interface
RpcSaver
RpcSaver
crawler-plus/engine/definition.go:47
Interface
Saver
Writer
crawler-plus/engine/definition.go:33
Interface
Scheduler
Scheduler
crawler-plus/engine/definition.go:18
Struct
SendParam
advanced/sms/sms/sms.go:11
Interface
Service
grpc-crawler/etcd/etcd.go:26
Struct
SimpleFetch
crawler-plus/fetcher/simpleFetch.go:10
Struct
SmsController
advanced/api/controllers/sms.go:12
Struct
Struct
grammar/struct.go:20
Struct
Student
grammar/extends.go:5
Struct
Student
grammar/model/model.go:3
Struct
Tiger
grammar/interface.go:14
Struct
UnimplementedWriteServiceServer
UnimplementedWriteServiceServer can be embedded to have forward compatible implementations.
grpc-crawler/proto/write.pb.go:318
Interface
Usb
grammar/assert.go:5
Struct
User
grammar/struct.go:7
Struct
User
advanced/users/model/model.go:5
Struct
UserController
grammar/method.go:45
Struct
UserController
advanced/users/controllers/userController.go:8
Struct
UserController
advanced/api/controllers/user.go:10
Struct
Users
advanced/api/models/users.go:10
Struct
WriteService
grpc-crawler/server/server.go:11
Interface
WriteServiceClient
WriteServiceClient is the client API for WriteService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https:
grpc-crawler/proto/write.pb.go:289
Struct
WriteServiceRpc
crawler-rpc/writeService/client/rpc.go:9
Interface
WriteServiceServer
WriteServiceServer is the server API for WriteService service.
grpc-crawler/proto/write.pb.go:312
Struct
WriteWorker
WriteWorker
crawler-plus/engine/definition.go:38
Struct
animals
grammar/interface.go:11
Struct
countType
输入流:数据从数据源(文件)到程序(内存)的路径 输出流:数据从程序(内存)到数据源(文件)的路径
grammar/file.go:6
Struct
jsonSerilize
grammar/json.go:9
Struct
userView
advanced/users/view/view.go:9
Struct
writeServiceClient
grpc-crawler/proto/write.pb.go:294