...

Source file src/go.mongodb.org/mongo-driver/x/mongo/driver/auth/doc.go

Documentation: go.mongodb.org/mongo-driver/x/mongo/driver/auth

     1  // Copyright (C) MongoDB, Inc. 2017-present.
     2  //
     3  // Licensed under the Apache License, Version 2.0 (the "License"); you may
     4  // not use this file except in compliance with the License. You may obtain
     5  // a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
     6  
     7  // Package auth is not for public use.
     8  //
     9  // The API for packages in the 'private' directory have no stability
    10  // guarantee.
    11  //
    12  // The packages within the 'private' directory would normally be put into an
    13  // 'internal' directory to prohibit their use outside the 'mongo' directory.
    14  // However, some MongoDB tools require very low-level access to the building
    15  // blocks of a driver, so we have placed them under 'private' to allow these
    16  // packages to be imported by projects that need them.
    17  //
    18  // These package APIs may be modified in backwards-incompatible ways at any
    19  // time.
    20  //
    21  // You are strongly discouraged from directly using any packages
    22  // under 'private'.
    23  package auth
    24  

View as plain text