blob: 0f203396ab6f9a4a44951058e8d5128df5f07617 [file] [log] [blame]
Herbie Ongcddf8192018-11-28 18:25:20 -08001// 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
5package proto
6
7import "github.com/golang/protobuf/v2/reflect/protoreflect"
8
9// Message is the top-level interface that all messages must implement.
10type Message = protoreflect.ProtoMessage