open-consul/command/login/login_oss.go

14 lines
167 B
Go
Raw Normal View History

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