Skip to content

Commit

Permalink
Merge pull request #117 from microsoftgraph/v1.0/pipelinebuild/71164
Browse files Browse the repository at this point in the history
Generated v1.0 models and request builders using Kiota
  • Loading branch information
baywet authored Mar 29, 2022
2 parents 7d7ebff + 4723f4b commit e19065c
Show file tree
Hide file tree
Showing 63 changed files with 123 additions and 113 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [0.16.0] - 2022-03-29

### Changed

- Weekly generation

## [0.15.0] - 2022-03-22

### Added
Expand Down
3 changes: 2 additions & 1 deletion graph_request_adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

var clientOptions = core.GraphClientOptions{
GraphServiceVersion: "", //v1 doesn't include the service version in the telemetry header
GraphServiceLibraryVersion: "0.15.0",
GraphServiceLibraryVersion: "0.16.0",
}

// GetDefaultClientOptions returns the default client options used by the GraphRequestAdapterBase and the middleware.
Expand Down Expand Up @@ -76,3 +76,4 @@ func NewGraphRequestAdapterWithParseNodeFactoryAndSerializationWriterFactoryAndH




6 changes: 3 additions & 3 deletions me/authentication/authentication_request_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type AuthenticationRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler;
}
// AuthenticationRequestBuilderGetQueryParameters get authentication from me
// AuthenticationRequestBuilderGetQueryParameters the authentication methods that are supported for the user.
type AuthenticationRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string;
Expand Down Expand Up @@ -97,7 +97,7 @@ func (m *AuthenticationRequestBuilder) CreateDeleteRequestInformation(options *A
}
return requestInfo, nil
}
// CreateGetRequestInformation get authentication from me
// CreateGetRequestInformation the authentication methods that are supported for the user.
func (m *AuthenticationRequestBuilder) CreateGetRequestInformation(options *AuthenticationRequestBuilderGetOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -165,7 +165,7 @@ func (m *AuthenticationRequestBuilder) Fido2MethodsById(id string)(*id52d22a8f89
}
return id52d22a8f89e6b3eaca8d0a4bf66b74846ed7c246fc3b1528ed62713ddb3c100.NewFido2AuthenticationMethodItemRequestBuilderInternal(urlTplParams, m.requestAdapter);
}
// Get get authentication from me
// Get the authentication methods that are supported for the user.
func (m *AuthenticationRequestBuilder) Get(options *AuthenticationRequestBuilderGetOptions)(i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Authenticationable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type Fido2MethodsRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler;
}
// Fido2MethodsRequestBuilderGetQueryParameters get fido2Methods from me
// Fido2MethodsRequestBuilderGetQueryParameters represents the FIDO2 security keys registered to a user for authentication.
type Fido2MethodsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool;
Expand Down Expand Up @@ -79,7 +79,7 @@ func NewFido2MethodsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb7
func (m *Fido2MethodsRequestBuilder) Count()(*i5f31b277e9cd3c631a38dfaa858abcdc6a87c8912691c0d13707d5728069a4ad.CountRequestBuilder) {
return i5f31b277e9cd3c631a38dfaa858abcdc6a87c8912691c0d13707d5728069a4ad.NewCountRequestBuilderInternal(m.pathParameters, m.requestAdapter);
}
// CreateGetRequestInformation get fido2Methods from me
// CreateGetRequestInformation represents the FIDO2 security keys registered to a user for authentication.
func (m *Fido2MethodsRequestBuilder) CreateGetRequestInformation(options *Fido2MethodsRequestBuilderGetOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -117,7 +117,7 @@ func (m *Fido2MethodsRequestBuilder) CreatePostRequestInformation(options *Fido2
}
return requestInfo, nil
}
// Get get fido2Methods from me
// Get represents the FIDO2 security keys registered to a user for authentication.
func (m *Fido2MethodsRequestBuilder) Get(options *Fido2MethodsRequestBuilderGetOptions)(i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Fido2AuthenticationMethodCollectionResponseable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type Fido2AuthenticationMethodItemRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler;
}
// Fido2AuthenticationMethodItemRequestBuilderGetQueryParameters get fido2Methods from me
// Fido2AuthenticationMethodItemRequestBuilderGetQueryParameters represents the FIDO2 security keys registered to a user for authentication.
type Fido2AuthenticationMethodItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string;
Expand Down Expand Up @@ -89,7 +89,7 @@ func (m *Fido2AuthenticationMethodItemRequestBuilder) CreateDeleteRequestInforma
}
return requestInfo, nil
}
// CreateGetRequestInformation get fido2Methods from me
// CreateGetRequestInformation represents the FIDO2 security keys registered to a user for authentication.
func (m *Fido2AuthenticationMethodItemRequestBuilder) CreateGetRequestInformation(options *Fido2AuthenticationMethodItemRequestBuilderGetOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -143,7 +143,7 @@ func (m *Fido2AuthenticationMethodItemRequestBuilder) Delete(options *Fido2Authe
}
return nil
}
// Get get fido2Methods from me
// Get represents the FIDO2 security keys registered to a user for authentication.
func (m *Fido2AuthenticationMethodItemRequestBuilder) Get(options *Fido2AuthenticationMethodItemRequestBuilderGetOptions)(i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Fido2AuthenticationMethodable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type AuthenticationMethodItemRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler;
}
// AuthenticationMethodItemRequestBuilderGetQueryParameters get methods from me
// AuthenticationMethodItemRequestBuilderGetQueryParameters represents all authentication methods registered to a user.
type AuthenticationMethodItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string;
Expand Down Expand Up @@ -89,7 +89,7 @@ func (m *AuthenticationMethodItemRequestBuilder) CreateDeleteRequestInformation(
}
return requestInfo, nil
}
// CreateGetRequestInformation get methods from me
// CreateGetRequestInformation represents all authentication methods registered to a user.
func (m *AuthenticationMethodItemRequestBuilder) CreateGetRequestInformation(options *AuthenticationMethodItemRequestBuilderGetOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -143,7 +143,7 @@ func (m *AuthenticationMethodItemRequestBuilder) Delete(options *AuthenticationM
}
return nil
}
// Get get methods from me
// Get represents all authentication methods registered to a user.
func (m *AuthenticationMethodItemRequestBuilder) Get(options *AuthenticationMethodItemRequestBuilderGetOptions)(i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AuthenticationMethodable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
6 changes: 3 additions & 3 deletions me/authentication/methods/methods_request_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type MethodsRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler;
}
// MethodsRequestBuilderGetQueryParameters get methods from me
// MethodsRequestBuilderGetQueryParameters represents all authentication methods registered to a user.
type MethodsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool;
Expand Down Expand Up @@ -79,7 +79,7 @@ func NewMethodsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894
func (m *MethodsRequestBuilder) Count()(*i8e60e69c48b26dc0868515bb10e8ff822636a3832564ed856043039bb5744047.CountRequestBuilder) {
return i8e60e69c48b26dc0868515bb10e8ff822636a3832564ed856043039bb5744047.NewCountRequestBuilderInternal(m.pathParameters, m.requestAdapter);
}
// CreateGetRequestInformation get methods from me
// CreateGetRequestInformation represents all authentication methods registered to a user.
func (m *MethodsRequestBuilder) CreateGetRequestInformation(options *MethodsRequestBuilderGetOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -117,7 +117,7 @@ func (m *MethodsRequestBuilder) CreatePostRequestInformation(options *MethodsReq
}
return requestInfo, nil
}
// Get get methods from me
// Get represents all authentication methods registered to a user.
func (m *MethodsRequestBuilder) Get(options *MethodsRequestBuilderGetOptions)(i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AuthenticationMethodCollectionResponseable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderGetOptions stru
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler;
}
// MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderGetQueryParameters get microsoftAuthenticatorMethods from me
// MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderGetQueryParameters the details of the Microsoft Authenticator app registered to a user for authentication.
type MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string;
Expand Down Expand Up @@ -90,7 +90,7 @@ func (m *MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilder) CreateDel
}
return requestInfo, nil
}
// CreateGetRequestInformation get microsoftAuthenticatorMethods from me
// CreateGetRequestInformation the details of the Microsoft Authenticator app registered to a user for authentication.
func (m *MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation(options *MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderGetOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -147,7 +147,7 @@ func (m *MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilder) Delete(op
func (m *MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilder) Device()(*i3b111fc110d4275ccdc689a08e783512a6f2e7926fc2ddc23b9437c65b5eab2e.DeviceRequestBuilder) {
return i3b111fc110d4275ccdc689a08e783512a6f2e7926fc2ddc23b9437c65b5eab2e.NewDeviceRequestBuilderInternal(m.pathParameters, m.requestAdapter);
}
// Get get microsoftAuthenticatorMethods from me
// Get the details of the Microsoft Authenticator app registered to a user for authentication.
func (m *MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilder) Get(options *MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderGetOptions)(i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MicrosoftAuthenticatorAuthenticationMethodable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type MicrosoftAuthenticatorMethodsRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler;
}
// MicrosoftAuthenticatorMethodsRequestBuilderGetQueryParameters get microsoftAuthenticatorMethods from me
// MicrosoftAuthenticatorMethodsRequestBuilderGetQueryParameters the details of the Microsoft Authenticator app registered to a user for authentication.
type MicrosoftAuthenticatorMethodsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool;
Expand Down Expand Up @@ -79,7 +79,7 @@ func NewMicrosoftAuthenticatorMethodsRequestBuilder(rawUrl string, requestAdapte
func (m *MicrosoftAuthenticatorMethodsRequestBuilder) Count()(*ida28e7a3f6828811655e8c22f66fda55087bbb9b8f3e8b43d9b618dad78c2ac6.CountRequestBuilder) {
return ida28e7a3f6828811655e8c22f66fda55087bbb9b8f3e8b43d9b618dad78c2ac6.NewCountRequestBuilderInternal(m.pathParameters, m.requestAdapter);
}
// CreateGetRequestInformation get microsoftAuthenticatorMethods from me
// CreateGetRequestInformation the details of the Microsoft Authenticator app registered to a user for authentication.
func (m *MicrosoftAuthenticatorMethodsRequestBuilder) CreateGetRequestInformation(options *MicrosoftAuthenticatorMethodsRequestBuilderGetOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -117,7 +117,7 @@ func (m *MicrosoftAuthenticatorMethodsRequestBuilder) CreatePostRequestInformati
}
return requestInfo, nil
}
// Get get microsoftAuthenticatorMethods from me
// Get the details of the Microsoft Authenticator app registered to a user for authentication.
func (m *MicrosoftAuthenticatorMethodsRequestBuilder) Get(options *MicrosoftAuthenticatorMethodsRequestBuilderGetOptions)(i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MicrosoftAuthenticatorAuthenticationMethodCollectionResponseable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetOptions str
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler;
}
// WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetQueryParameters get windowsHelloForBusinessMethods from me
// WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetQueryParameters represents the Windows Hello for Business authentication method registered to a user for authentication.
type WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string;
Expand Down Expand Up @@ -90,7 +90,7 @@ func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) CreateDe
}
return requestInfo, nil
}
// CreateGetRequestInformation get windowsHelloForBusinessMethods from me
// CreateGetRequestInformation represents the Windows Hello for Business authentication method registered to a user for authentication.
func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) CreateGetRequestInformation(options *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -147,7 +147,7 @@ func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Delete(o
func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Device()(*i01c4de2d28c6fb51511afd07cf8f19a4227c25e43d0b4c871b3f824d13fc21ec.DeviceRequestBuilder) {
return i01c4de2d28c6fb51511afd07cf8f19a4227c25e43d0b4c871b3f824d13fc21ec.NewDeviceRequestBuilderInternal(m.pathParameters, m.requestAdapter);
}
// Get get windowsHelloForBusinessMethods from me
// Get represents the Windows Hello for Business authentication method registered to a user for authentication.
func (m *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder) Get(options *WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetOptions)(i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WindowsHelloForBusinessAuthenticationMethodable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type WindowsHelloForBusinessMethodsRequestBuilderGetOptions struct {
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler;
}
// WindowsHelloForBusinessMethodsRequestBuilderGetQueryParameters get windowsHelloForBusinessMethods from me
// WindowsHelloForBusinessMethodsRequestBuilderGetQueryParameters represents the Windows Hello for Business authentication method registered to a user for authentication.
type WindowsHelloForBusinessMethodsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool;
Expand Down Expand Up @@ -79,7 +79,7 @@ func NewWindowsHelloForBusinessMethodsRequestBuilder(rawUrl string, requestAdapt
func (m *WindowsHelloForBusinessMethodsRequestBuilder) Count()(*i7264116d263473f9ca599abda61b6fb0e4f8e1aa65d60494eb00df3d428d8e37.CountRequestBuilder) {
return i7264116d263473f9ca599abda61b6fb0e4f8e1aa65d60494eb00df3d428d8e37.NewCountRequestBuilderInternal(m.pathParameters, m.requestAdapter);
}
// CreateGetRequestInformation get windowsHelloForBusinessMethods from me
// CreateGetRequestInformation represents the Windows Hello for Business authentication method registered to a user for authentication.
func (m *WindowsHelloForBusinessMethodsRequestBuilder) CreateGetRequestInformation(options *WindowsHelloForBusinessMethodsRequestBuilderGetOptions)(*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error) {
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.NewRequestInformation()
requestInfo.UrlTemplate = m.urlTemplate
Expand Down Expand Up @@ -117,7 +117,7 @@ func (m *WindowsHelloForBusinessMethodsRequestBuilder) CreatePostRequestInformat
}
return requestInfo, nil
}
// Get get windowsHelloForBusinessMethods from me
// Get represents the Windows Hello for Business authentication method registered to a user for authentication.
func (m *WindowsHelloForBusinessMethodsRequestBuilder) Get(options *WindowsHelloForBusinessMethodsRequestBuilderGetOptions)(i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WindowsHelloForBusinessAuthenticationMethodCollectionResponseable, error) {
requestInfo, err := m.CreateGetRequestInformation(options);
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion models/microsoft/graph/action_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import (
"strings"
"errors"
)
// Provides operations to manage the drive singleton.
// Provides operations to manage the deviceManagement singleton.
type ActionState int

const (
Expand Down
2 changes: 1 addition & 1 deletion models/microsoft/graph/attendee_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import (
"strings"
"errors"
)
// Provides operations to manage the drive singleton.
// Provides operations to manage the educationRoot singleton.
type AttendeeType int

const (
Expand Down
Loading

0 comments on commit e19065c

Please sign in to comment.