mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-09 22:03:21 -05:00
11 lines
281 B
Ruby
11 lines
281 B
Ruby
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
module VagrantPlugins
|
|
module CommandServe
|
|
# Simple constant aliases to reduce namespace typing
|
|
SDK = Hashicorp::Vagrant::Sdk
|
|
SRV = Hashicorp::Vagrant
|
|
Empty = ::Google::Protobuf::Empty
|
|
end
|
|
end
|