Skip to content

Commit bc2175c

Browse files
author
Tobi Fuhrimann
committed
New directory structure
1 parent 1459087 commit bc2175c

35 files changed

Lines changed: 554 additions & 591 deletions
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
package main
1+
package appcloud
22

33
import (
44
"encoding/json"
55
"fmt"
66
"strings"
77

8-
"github.com/pkg/errors"
9-
108
"code.cloudfoundry.org/cli/cf/terminal"
119
"code.cloudfoundry.org/cli/plugin"
10+
"github.com/pkg/errors"
1211
)
1312

1413
// AcceptInvitation accepts a pending invitation.
15-
func (p *AppCloudPlugin) AcceptInvitation(c plugin.CliConnection, invitationGUID string) error {
14+
func (p *Plugin) AcceptInvitation(c plugin.CliConnection, invitationGUID string) error {
1615
un, err := c.Username()
1716
if err != nil {
1817
return errors.Wrap(err, "Couldn't get your username")

0 commit comments

Comments
 (0)