package services type Bundle struct { Auth *Auth}
package services
type Bundle struct {
Auth *Auth
}