Sha256: 2be5313f213872f24285d991997bfb94e6a6f381a6369b74c682360eb3aca7f9
Contents?: true
Size: 1.22 KB
Versions: 24
Compression:
Stored size: 1.22 KB
Contents
# frozen_string_literal: true # Copyright 2020-2021 Couchbase, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. module Couchbase # This namespace includes manager classes to control cluster resources and perform maintenance operations. module Management end end require "couchbase/management/analytics_index_manager" require "couchbase/management/bucket_manager" require "couchbase/management/collection_manager" require "couchbase/management/query_index_manager" require "couchbase/management/collection_query_index_manager" require "couchbase/management/search_index_manager" require "couchbase/management/scope_search_index_manager" require "couchbase/management/user_manager" require "couchbase/management/view_index_manager"
Version data entries
24 entries across 24 versions & 1 rubygems