open-consul/command/login/login_oss.go

15 lines
190 B
Go
Raw Normal View History

//go:build !consulent
// +build !consulent
2020-05-12 01:59:29 +00:00
package login
type enterpriseCmd struct {
}
func (c *cmd) initEnterpriseFlags() {
}
func (c *cmd) login() int {
return c.bearerTokenLogin()
}