mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-22 13:39:24 -06:00
Merge pull request #6307 from owncloud/update-libregraph
update the libregraph lib to latest
This commit is contained in:
2
go.mod
2
go.mod
@@ -63,7 +63,7 @@ require (
|
||||
github.com/onsi/gomega v1.27.4
|
||||
github.com/open-policy-agent/opa v0.51.0
|
||||
github.com/orcaman/concurrent-map v1.0.0
|
||||
github.com/owncloud/libre-graph-api-go v1.0.2-0.20230330145712-ea267ccd404a
|
||||
github.com/owncloud/libre-graph-api-go v1.0.5-0.20230512172639-d458ad6b300b
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/pkg/xattr v0.4.9
|
||||
github.com/prometheus/client_golang v1.15.0
|
||||
|
||||
2
go.sum
2
go.sum
@@ -1376,6 +1376,8 @@ github.com/orcaman/concurrent-map v1.0.0/go.mod h1:Lu3tH6HLW3feq74c2GC+jIMS/K2CF
|
||||
github.com/ovh/go-ovh v1.1.0/go.mod h1:AxitLZ5HBRPyUd+Zl60Ajaag+rNTdVXWIkzfrVuTXWA=
|
||||
github.com/owncloud/libre-graph-api-go v1.0.2-0.20230330145712-ea267ccd404a h1:C7YCoyXn/8pkapUhw2KoIxEMdgIFUx3JjZQKtsXaaLc=
|
||||
github.com/owncloud/libre-graph-api-go v1.0.2-0.20230330145712-ea267ccd404a/go.mod h1:iKdVH6nYpI8RBeK9sjeLfzrPByST6r9d+NG2IJHoJmU=
|
||||
github.com/owncloud/libre-graph-api-go v1.0.5-0.20230512172639-d458ad6b300b h1:65U1jcoFlywV2ZEfkynaw4v4DuS/UJdlyHQYCHB+fYA=
|
||||
github.com/owncloud/libre-graph-api-go v1.0.5-0.20230512172639-d458ad6b300b/go.mod h1:iKdVH6nYpI8RBeK9sjeLfzrPByST6r9d+NG2IJHoJmU=
|
||||
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c h1:rp5dCmg/yLR3mgFuSOe4oEnDDmGLROTvMragMUXpTQw=
|
||||
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c/go.mod h1:X07ZCGwUbLaax7L0S3Tw4hpejzu63ZrrQiUe6W0hcy0=
|
||||
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
|
||||
|
||||
3
vendor/github.com/owncloud/libre-graph-api-go/LICENSE
generated
vendored
3
vendor/github.com/owncloud/libre-graph-api-go/LICENSE
generated
vendored
@@ -1,4 +1,3 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
@@ -187,7 +186,7 @@
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright 2020 ownCloud GmbH
|
||||
Copyright 2023 ownCloud GmbH
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/README.md
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/README.md
generated
vendored
@@ -5,7 +5,7 @@ Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
## Overview
|
||||
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
|
||||
|
||||
- API version: v1.0.1
|
||||
- API version: v1.0.4
|
||||
- Package version: 1.0.0
|
||||
- Build package: org.openapitools.codegen.languages.GoClientCodegen
|
||||
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/api_applications.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/api_applications.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
133
vendor/github.com/owncloud/libre-graph-api-go/api_default.go
generated
vendored
133
vendor/github.com/owncloud/libre-graph-api-go/api_default.go
generated
vendored
@@ -1,133 +0,0 @@
|
||||
/*
|
||||
Libre Graph API
|
||||
|
||||
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
|
||||
API version: v1.0.1
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
package libregraph
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"context"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
"net/url"
|
||||
"strings"
|
||||
)
|
||||
|
||||
// DefaultApiService DefaultApi service
|
||||
type DefaultApiService service
|
||||
|
||||
type ApiApplicationsApplicationIdGetRequest struct {
|
||||
ctx context.Context
|
||||
ApiService *DefaultApiService
|
||||
applicationId string
|
||||
}
|
||||
|
||||
func (r ApiApplicationsApplicationIdGetRequest) Execute() (*Application, *http.Response, error) {
|
||||
return r.ApiService.ApplicationsApplicationIdGetExecute(r)
|
||||
}
|
||||
|
||||
/*
|
||||
ApplicationsApplicationIdGet Method for ApplicationsApplicationIdGet
|
||||
|
||||
Get properties of an application by id
|
||||
|
||||
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
|
||||
@param applicationId key: id of application
|
||||
@return ApiApplicationsApplicationIdGetRequest
|
||||
*/
|
||||
func (a *DefaultApiService) ApplicationsApplicationIdGet(ctx context.Context, applicationId string) ApiApplicationsApplicationIdGetRequest {
|
||||
return ApiApplicationsApplicationIdGetRequest{
|
||||
ApiService: a,
|
||||
ctx: ctx,
|
||||
applicationId: applicationId,
|
||||
}
|
||||
}
|
||||
|
||||
// Execute executes the request
|
||||
// @return Application
|
||||
func (a *DefaultApiService) ApplicationsApplicationIdGetExecute(r ApiApplicationsApplicationIdGetRequest) (*Application, *http.Response, error) {
|
||||
var (
|
||||
localVarHTTPMethod = http.MethodGet
|
||||
localVarPostBody interface{}
|
||||
formFiles []formFile
|
||||
localVarReturnValue *Application
|
||||
)
|
||||
|
||||
localBasePath, err := a.client.cfg.ServerURLWithContext(r.ctx, "DefaultApiService.ApplicationsApplicationIdGet")
|
||||
if err != nil {
|
||||
return localVarReturnValue, nil, &GenericOpenAPIError{error: err.Error()}
|
||||
}
|
||||
|
||||
localVarPath := localBasePath + "/applications/{application-id}"
|
||||
localVarPath = strings.Replace(localVarPath, "{"+"application-id"+"}", url.PathEscape(parameterToString(r.applicationId, "")), -1)
|
||||
|
||||
localVarHeaderParams := make(map[string]string)
|
||||
localVarQueryParams := url.Values{}
|
||||
localVarFormParams := url.Values{}
|
||||
|
||||
// to determine the Content-Type header
|
||||
localVarHTTPContentTypes := []string{}
|
||||
|
||||
// set Content-Type header
|
||||
localVarHTTPContentType := selectHeaderContentType(localVarHTTPContentTypes)
|
||||
if localVarHTTPContentType != "" {
|
||||
localVarHeaderParams["Content-Type"] = localVarHTTPContentType
|
||||
}
|
||||
|
||||
// to determine the Accept header
|
||||
localVarHTTPHeaderAccepts := []string{"application/json"}
|
||||
|
||||
// set Accept header
|
||||
localVarHTTPHeaderAccept := selectHeaderAccept(localVarHTTPHeaderAccepts)
|
||||
if localVarHTTPHeaderAccept != "" {
|
||||
localVarHeaderParams["Accept"] = localVarHTTPHeaderAccept
|
||||
}
|
||||
req, err := a.client.prepareRequest(r.ctx, localVarPath, localVarHTTPMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, formFiles)
|
||||
if err != nil {
|
||||
return localVarReturnValue, nil, err
|
||||
}
|
||||
|
||||
localVarHTTPResponse, err := a.client.callAPI(req)
|
||||
if err != nil || localVarHTTPResponse == nil {
|
||||
return localVarReturnValue, localVarHTTPResponse, err
|
||||
}
|
||||
|
||||
localVarBody, err := ioutil.ReadAll(localVarHTTPResponse.Body)
|
||||
localVarHTTPResponse.Body.Close()
|
||||
localVarHTTPResponse.Body = ioutil.NopCloser(bytes.NewBuffer(localVarBody))
|
||||
if err != nil {
|
||||
return localVarReturnValue, localVarHTTPResponse, err
|
||||
}
|
||||
|
||||
if localVarHTTPResponse.StatusCode >= 300 {
|
||||
newErr := &GenericOpenAPIError{
|
||||
body: localVarBody,
|
||||
error: localVarHTTPResponse.Status,
|
||||
}
|
||||
var v OdataError
|
||||
err = a.client.decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type"))
|
||||
if err != nil {
|
||||
newErr.error = err.Error()
|
||||
return localVarReturnValue, localVarHTTPResponse, newErr
|
||||
}
|
||||
newErr.model = v
|
||||
return localVarReturnValue, localVarHTTPResponse, newErr
|
||||
}
|
||||
|
||||
err = a.client.decode(&localVarReturnValue, localVarBody, localVarHTTPResponse.Header.Get("Content-Type"))
|
||||
if err != nil {
|
||||
newErr := &GenericOpenAPIError{
|
||||
body: localVarBody,
|
||||
error: err.Error(),
|
||||
}
|
||||
return localVarReturnValue, localVarHTTPResponse, newErr
|
||||
}
|
||||
|
||||
return localVarReturnValue, localVarHTTPResponse, nil
|
||||
}
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/api_drives.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/api_drives.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/api_drives_get_drives.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/api_drives_get_drives.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/api_drives_root.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/api_drives_root.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/api_education_class.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/api_education_class.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/api_education_class_teachers.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/api_education_class_teachers.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/api_education_school.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/api_education_school.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/api_education_user.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/api_education_user.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/api_group.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/api_group.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/api_groups.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/api_groups.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/api_me_changepassword.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/api_me_changepassword.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/api_me_drive.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/api_me_drive.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/api_me_drive_root.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/api_me_drive_root.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/api_me_drive_root_children.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/api_me_drive_root_children.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/api_me_drives.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/api_me_drives.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/api_me_user.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/api_me_user.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/api_tags.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/api_tags.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/api_user.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/api_user.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/api_user_app_role_assignment.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/api_user_app_role_assignment.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/api_users.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/api_users.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
4
vendor/github.com/owncloud/libre-graph-api-go/client.go
generated
vendored
4
vendor/github.com/owncloud/libre-graph-api-go/client.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
@@ -41,7 +41,7 @@ var (
|
||||
xmlCheck = regexp.MustCompile(`(?i:(?:application|text)/xml)`)
|
||||
)
|
||||
|
||||
// APIClient manages communication with the Libre Graph API API vv1.0.1
|
||||
// APIClient manages communication with the Libre Graph API API vv1.0.4
|
||||
// In most cases there should be only one, shared, APIClient.
|
||||
type APIClient struct {
|
||||
cfg *Configuration
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/configuration.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/configuration.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_app_role.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_app_role.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_app_role_assignment.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_app_role_assignment.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_application.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_application.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_class_member_reference.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_class_member_reference.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_class_reference.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_class_reference.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_class_teacher_reference.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_class_teacher_reference.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_applications.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_applications.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_class.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_class.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_drive_items.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_drive_items.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_drives.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_drives.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_drives_1.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_drives_1.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_education_class.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_education_class.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_education_user.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_education_user.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_group.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_group.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_schools.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_schools.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_tags.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_tags.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_user.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_user.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_users.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_collection_of_users.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_deleted.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_deleted.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_directory_object.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_directory_object.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_drive.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_drive.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_drive_item.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_drive_item.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_education_class.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_education_class.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_education_organization.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_education_organization.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_education_school.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_education_school.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_education_user.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_education_user.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_education_user_reference.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_education_user_reference.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_entity.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_entity.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_export_personal_data_request.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_export_personal_data_request.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_file_system_info.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_file_system_info.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_folder.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_folder.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_folder_view.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_folder_view.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_group.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_group.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_hashes.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_hashes.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_identity.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_identity.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_identity_set.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_identity_set.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_image.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_image.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_item_reference.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_item_reference.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_member_reference.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_member_reference.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_object_identity.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_object_identity.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_odata_error.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_odata_error.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_odata_error_detail.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_odata_error_detail.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_odata_error_main.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_odata_error_main.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_open_graph_file.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_open_graph_file.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_password_change.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_password_change.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_password_profile.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_password_profile.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_permission.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_permission.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_quota.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_quota.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
113
vendor/github.com/owncloud/libre-graph-api-go/model_remote_item.go
generated
vendored
113
vendor/github.com/owncloud/libre-graph-api-go/model_remote_item.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
@@ -23,6 +23,12 @@ type RemoteItem struct {
|
||||
File *OpenGraphFile `json:"file,omitempty"`
|
||||
FileSystemInfo *FileSystemInfo `json:"fileSystemInfo,omitempty"`
|
||||
Folder *Folder `json:"folder,omitempty"`
|
||||
// The drive alias can be used in clients to make the urls user friendly. Example: 'personal/einstein'. This will be used to resolve to the correct driveID.
|
||||
DriveAlias *string `json:"driveAlias,omitempty"`
|
||||
// The relative path of the item in relation to its drive root.
|
||||
Path *string `json:"path,omitempty"`
|
||||
// Unique identifier for the drive root of this item. Read-only.
|
||||
RootId *string `json:"rootId,omitempty"`
|
||||
// Unique identifier for the remote item in its drive. Read-only.
|
||||
Id *string `json:"id,omitempty"`
|
||||
Image *Image `json:"image,omitempty"`
|
||||
@@ -223,6 +229,102 @@ func (o *RemoteItem) SetFolder(v Folder) {
|
||||
o.Folder = &v
|
||||
}
|
||||
|
||||
// GetDriveAlias returns the DriveAlias field value if set, zero value otherwise.
|
||||
func (o *RemoteItem) GetDriveAlias() string {
|
||||
if o == nil || o.DriveAlias == nil {
|
||||
var ret string
|
||||
return ret
|
||||
}
|
||||
return *o.DriveAlias
|
||||
}
|
||||
|
||||
// GetDriveAliasOk returns a tuple with the DriveAlias field value if set, nil otherwise
|
||||
// and a boolean to check if the value has been set.
|
||||
func (o *RemoteItem) GetDriveAliasOk() (*string, bool) {
|
||||
if o == nil || o.DriveAlias == nil {
|
||||
return nil, false
|
||||
}
|
||||
return o.DriveAlias, true
|
||||
}
|
||||
|
||||
// HasDriveAlias returns a boolean if a field has been set.
|
||||
func (o *RemoteItem) HasDriveAlias() bool {
|
||||
if o != nil && o.DriveAlias != nil {
|
||||
return true
|
||||
}
|
||||
|
||||
return false
|
||||
}
|
||||
|
||||
// SetDriveAlias gets a reference to the given string and assigns it to the DriveAlias field.
|
||||
func (o *RemoteItem) SetDriveAlias(v string) {
|
||||
o.DriveAlias = &v
|
||||
}
|
||||
|
||||
// GetPath returns the Path field value if set, zero value otherwise.
|
||||
func (o *RemoteItem) GetPath() string {
|
||||
if o == nil || o.Path == nil {
|
||||
var ret string
|
||||
return ret
|
||||
}
|
||||
return *o.Path
|
||||
}
|
||||
|
||||
// GetPathOk returns a tuple with the Path field value if set, nil otherwise
|
||||
// and a boolean to check if the value has been set.
|
||||
func (o *RemoteItem) GetPathOk() (*string, bool) {
|
||||
if o == nil || o.Path == nil {
|
||||
return nil, false
|
||||
}
|
||||
return o.Path, true
|
||||
}
|
||||
|
||||
// HasPath returns a boolean if a field has been set.
|
||||
func (o *RemoteItem) HasPath() bool {
|
||||
if o != nil && o.Path != nil {
|
||||
return true
|
||||
}
|
||||
|
||||
return false
|
||||
}
|
||||
|
||||
// SetPath gets a reference to the given string and assigns it to the Path field.
|
||||
func (o *RemoteItem) SetPath(v string) {
|
||||
o.Path = &v
|
||||
}
|
||||
|
||||
// GetRootId returns the RootId field value if set, zero value otherwise.
|
||||
func (o *RemoteItem) GetRootId() string {
|
||||
if o == nil || o.RootId == nil {
|
||||
var ret string
|
||||
return ret
|
||||
}
|
||||
return *o.RootId
|
||||
}
|
||||
|
||||
// GetRootIdOk returns a tuple with the RootId field value if set, nil otherwise
|
||||
// and a boolean to check if the value has been set.
|
||||
func (o *RemoteItem) GetRootIdOk() (*string, bool) {
|
||||
if o == nil || o.RootId == nil {
|
||||
return nil, false
|
||||
}
|
||||
return o.RootId, true
|
||||
}
|
||||
|
||||
// HasRootId returns a boolean if a field has been set.
|
||||
func (o *RemoteItem) HasRootId() bool {
|
||||
if o != nil && o.RootId != nil {
|
||||
return true
|
||||
}
|
||||
|
||||
return false
|
||||
}
|
||||
|
||||
// SetRootId gets a reference to the given string and assigns it to the RootId field.
|
||||
func (o *RemoteItem) SetRootId(v string) {
|
||||
o.RootId = &v
|
||||
}
|
||||
|
||||
// GetId returns the Id field value if set, zero value otherwise.
|
||||
func (o *RemoteItem) GetId() string {
|
||||
if o == nil || o.Id == nil {
|
||||
@@ -656,6 +758,15 @@ func (o RemoteItem) MarshalJSON() ([]byte, error) {
|
||||
if o.Folder != nil {
|
||||
toSerialize["folder"] = o.Folder
|
||||
}
|
||||
if o.DriveAlias != nil {
|
||||
toSerialize["driveAlias"] = o.DriveAlias
|
||||
}
|
||||
if o.Path != nil {
|
||||
toSerialize["path"] = o.Path
|
||||
}
|
||||
if o.RootId != nil {
|
||||
toSerialize["rootId"] = o.RootId
|
||||
}
|
||||
if o.Id != nil {
|
||||
toSerialize["id"] = o.Id
|
||||
}
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_shared.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_shared.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_special_folder.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_special_folder.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_tag_assignment.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_tag_assignment.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_tag_unassignment.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_tag_unassignment.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_trash.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_trash.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/model_user.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/model_user.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/response.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/response.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/github.com/owncloud/libre-graph-api-go/utils.go
generated
vendored
2
vendor/github.com/owncloud/libre-graph-api-go/utils.go
generated
vendored
@@ -3,7 +3,7 @@ Libre Graph API
|
||||
|
||||
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
|
||||
|
||||
API version: v1.0.1
|
||||
API version: v1.0.4
|
||||
*/
|
||||
|
||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||
|
||||
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@@ -1475,7 +1475,7 @@ github.com/opentracing/opentracing-go/log
|
||||
# github.com/orcaman/concurrent-map v1.0.0
|
||||
## explicit
|
||||
github.com/orcaman/concurrent-map
|
||||
# github.com/owncloud/libre-graph-api-go v1.0.2-0.20230330145712-ea267ccd404a
|
||||
# github.com/owncloud/libre-graph-api-go v1.0.5-0.20230512172639-d458ad6b300b
|
||||
## explicit; go 1.13
|
||||
github.com/owncloud/libre-graph-api-go
|
||||
# github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
|
||||
|
||||
Reference in New Issue
Block a user