Versions in this module Expand all Collapse all v0 v0.2.0 Dec 16, 2015 v0.1.0 Sep 3, 2015 Changes in this version + const DiscoveryJSON + type Admin struct + Email string + Id string + Password string + type AdminCreateCall struct + func (c *AdminCreateCall) Do() (*Admin, error) + func (c *AdminCreateCall) Fields(s ...googleapi.Field) *AdminCreateCall + type AdminGetCall struct + func (c *AdminGetCall) Do() (*Admin, error) + func (c *AdminGetCall) Fields(s ...googleapi.Field) *AdminGetCall + type AdminService struct + func NewAdminService(s *Service) *AdminService + func (r *AdminService) Create(admin *Admin) *AdminCreateCall + func (r *AdminService) Get(id string) *AdminGetCall + type Service struct + Admin *AdminService + BasePath string + State *StateService + func New(client *http.Client) (*Service, error) + func NewWithBasePath(client *http.Client, basePath string) (*Service, error) + type State struct + AdminUserCreated bool + type StateGetCall struct + func (c *StateGetCall) Do() (*State, error) + func (c *StateGetCall) Fields(s ...googleapi.Field) *StateGetCall + type StateService struct + func NewStateService(s *Service) *StateService + func (r *StateService) Get() *StateGetCall