mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
api: Make api/ a module that will contain proto-definitions.
The module is supposed to contain minimal set of files that establish public etcd server API. In particular client libraries for etcd built in different languages might want to depend on this file.
This commit is contained in:
@@ -96,6 +96,7 @@ function run_for_module {
|
||||
function run_for_modules {
|
||||
local pkg="${PKG:-./...}"
|
||||
if [ -z "${USERMOD}" ]; then
|
||||
run_for_module "api" "$@" "${pkg}" || return "$?"
|
||||
run_for_module "." "$@" "${pkg}" || return "$?"
|
||||
else
|
||||
run_for_module "${USERMOD}" "$@" "${pkg}" || return "$?"
|
||||
|
||||
Reference in New Issue
Block a user