Herbie Ong | cddf819 | 2018-11-28 18:25:20 -0800 | [diff] [blame^] | 1 | // Copyright 2018 The Go Authors. All rights reserved. |
2 | // Use of this source code is governed by a BSD-style | ||||
3 | // license that can be found in the LICENSE file. | ||||
4 | |||||
5 | package proto | ||||
6 | |||||
7 | import "github.com/golang/protobuf/v2/reflect/protoreflect" | ||||
8 | |||||
9 | // Message is the top-level interface that all messages must implement. | ||||
10 | type Message = protoreflect.ProtoMessage |