This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
mirror
/
grpc-swift
espejo de
https://github.com/grpc/grpc-swift.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Merge pull request
#181
from grpc/runtime-simplifications
Minor file reorganization in Sources/SwiftGRPC
Tim Burks
hace 7 años
padre
fe50a77003
6a408655fa
commit
c89e9aba50
Se han
modificado 26 ficheros
con
0 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
0
0
Sources/SwiftGRPC/Core/ByteBuffer.swift
0
0
Sources/SwiftGRPC/Core/Call.swift
0
0
Sources/SwiftGRPC/Core/Channel.swift
0
0
Sources/SwiftGRPC/Core/CompletionQueue.swift
0
0
Sources/SwiftGRPC/Core/Handler.swift
0
0
Sources/SwiftGRPC/Core/Metadata.swift
0
0
Sources/SwiftGRPC/Core/Mutex.swift
0
0
Sources/SwiftGRPC/Core/Operation.swift
0
0
Sources/SwiftGRPC/Core/OperationGroup.swift
0
0
Sources/SwiftGRPC/Core/Roots.swift
0
0
Sources/SwiftGRPC/Core/Server.swift
0
0
Sources/SwiftGRPC/Core/gRPC.swift
0
0
Sources/SwiftGRPC/Runtime/ClientCall.swift
0
0
Sources/SwiftGRPC/Runtime/ClientCallBidirectionalStreaming.swift
0
0
Sources/SwiftGRPC/Runtime/ClientCallClientStreaming.swift
0
0
Sources/SwiftGRPC/Runtime/ClientCallServerStreaming.swift
0
0
Sources/SwiftGRPC/Runtime/ClientCallUnary.swift
0
0
Sources/SwiftGRPC/Runtime/ClientError.swift
0
0
Sources/SwiftGRPC/Runtime/ServerError.swift
0
0
Sources/SwiftGRPC/Runtime/ServerSession.swift
0
0
Sources/SwiftGRPC/Runtime/ServerSessionBidirectionalStreaming.swift
0
0
Sources/SwiftGRPC/Runtime/ServerSessionClientStreaming.swift
0
0
Sources/SwiftGRPC/Runtime/ServerSessionServerStreaming.swift
0
0
Sources/SwiftGRPC/Runtime/ServerSessionUnary.swift
0
0
Sources/SwiftGRPC/Runtime/ServiceClient.swift
0
0
Sources/SwiftGRPC/Runtime/ServiceServer.swift
+ 0
- 0
Sources/SwiftGRPC/ByteBuffer.swift → Sources/SwiftGRPC/Core/ByteBuffer.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/Call.swift → Sources/SwiftGRPC/Core/Call.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/Channel.swift → Sources/SwiftGRPC/Core/Channel.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/CompletionQueue.swift → Sources/SwiftGRPC/Core/CompletionQueue.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/Handler.swift → Sources/SwiftGRPC/Core/Handler.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/Metadata.swift → Sources/SwiftGRPC/Core/Metadata.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/Mutex.swift → Sources/SwiftGRPC/Core/Mutex.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/Operation.swift → Sources/SwiftGRPC/Core/Operation.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/OperationGroup.swift → Sources/SwiftGRPC/Core/OperationGroup.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/Roots.swift → Sources/SwiftGRPC/Core/Roots.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/Server.swift → Sources/SwiftGRPC/Core/Server.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/gRPC.swift → Sources/SwiftGRPC/Core/gRPC.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/GenCodeSupport/ClientCall.swift → Sources/SwiftGRPC/Runtime/ClientCall.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/GenCodeSupport/ClientCallBidirectionalStreaming.swift → Sources/SwiftGRPC/Runtime/ClientCallBidirectionalStreaming.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/GenCodeSupport/ClientCallClientStreaming.swift → Sources/SwiftGRPC/Runtime/ClientCallClientStreaming.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/GenCodeSupport/ClientCallServerStreaming.swift → Sources/SwiftGRPC/Runtime/ClientCallServerStreaming.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/GenCodeSupport/ClientCallUnary.swift → Sources/SwiftGRPC/Runtime/ClientCallUnary.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/GenCodeSupport/ClientError.swift → Sources/SwiftGRPC/Runtime/ClientError.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/GenCodeSupport/ServerError.swift → Sources/SwiftGRPC/Runtime/ServerError.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/GenCodeSupport/ServerSession.swift → Sources/SwiftGRPC/Runtime/ServerSession.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/GenCodeSupport/ServerSessionBidirectionalStreaming.swift → Sources/SwiftGRPC/Runtime/ServerSessionBidirectionalStreaming.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/GenCodeSupport/ServerSessionClientStreaming.swift → Sources/SwiftGRPC/Runtime/ServerSessionClientStreaming.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/GenCodeSupport/ServerSessionServerStreaming.swift → Sources/SwiftGRPC/Runtime/ServerSessionServerStreaming.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/GenCodeSupport/ServerSessionUnary.swift → Sources/SwiftGRPC/Runtime/ServerSessionUnary.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/GenCodeSupport/ServiceClient.swift → Sources/SwiftGRPC/Runtime/ServiceClient.swift
Ver fichero
+ 0
- 0
Sources/SwiftGRPC/GenCodeSupport/ServiceServer.swift → Sources/SwiftGRPC/Runtime/ServiceServer.swift
Ver fichero