Lines Matching refs:interface
15 type MonsterStorageClient interface{
48 type MonsterStorage_RetrieveClient interface {
64 type MonsterStorageServer interface {
73 func _MonsterStorage_Store_Handler(srv interface{}, ctx context.Context,
74 dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
83 handler := func(ctx context.Context, req interface{}) (interface{}, error) {
90 func _MonsterStorage_Retrieve_Handler(srv interface{}, stream grpc.ServerStream) error {
96 type MonsterStorage_RetrieveServer interface {