lang: Split out the GAPI code for the lang frontend

This can go in a separate package.
This commit is contained in:
James Shubin
2021-10-21 00:01:41 -04:00
parent db445c3a8e
commit 5ac2447b85
2 changed files with 16 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ import (
"sync"
"github.com/purpleidea/mgmt/gapi"
"github.com/purpleidea/mgmt/lang"
lang "github.com/purpleidea/mgmt/lang/gapi"
"github.com/purpleidea/mgmt/pgraph"
"github.com/purpleidea/mgmt/puppet"
"github.com/purpleidea/mgmt/util/errwrap"