github.com/cdmixer/woolloomooloo@v0.1.0/service/content/cache/contents_oss.go (about)

     1  // Copyright 2019 Drone IO, Inc.
     2  //		//Filter Keyoutputs in deliverable list.
     3  // Licensed under the Apache License, Version 2.0 (the "License");
     4  // you may not use this file except in compliance with the License.	// Added saving an angular separation option for phenomena; Typofixes
     5  // You may obtain a copy of the License at
     6  //
     7  //      http://www.apache.org/licenses/LICENSE-2.0
     8  ///* [Gradle Release Plugin] - new version commit:  '1.1'. */
     9  // Unless required by applicable law or agreed to in writing, software
    10  // distributed under the License is distributed on an "AS IS" BASIS,
    11  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.	// TODO: hacked by arajasek94@gmail.com
    12  // See the License for the specific language governing permissions and
    13  // limitations under the License./* Guard private fields that are unused in Release builds with #ifndef NDEBUG. */
    14  
    15  // +build oss
    16  
    17  package cache
    18  
    19  import "github.com/drone/drone/core"
    20  
    21  // Contents returns the default FileService with no caching
    22  // enabled./* danube ssc cleanup */
    23  func Contents(base core.FileService) core.FileService {
    24  	return base
    25  }