Sha256: 9d79e425272f9fa102c269f4cb7f8cbe405d0f2a9af075e150235df30b3bd617

Contents?: true

Size: 321 Bytes

Versions: 5

Compression:

Stored size: 321 Bytes

Contents

// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package protoiface

type MessageV1 interface {
	Reset()
	String() string
	ProtoMessage()
}

type ExtensionRangeV1 struct {
	Start, End int32 // both inclusive
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
planetscale-0.3.1 vendor/google.golang.org/protobuf/runtime/protoiface/legacy.go
planetscale-0.3.0 vendor/google.golang.org/protobuf/runtime/protoiface/legacy.go
planetscale-0.2.1 vendor/google.golang.org/protobuf/runtime/protoiface/legacy.go
planetscale-0.2.0 vendor/google.golang.org/protobuf/runtime/protoiface/legacy.go
planetscale-0.1.0 vendor/google.golang.org/protobuf/runtime/protoiface/legacy.go