github.com/keybase/client/go@v0.0.0-20241007131713-f10651d043c8/kbfs/search/data_types.go (about) 1 // Copyright 2020 Keybase Inc. All rights reserved. 2 // Use of this source code is governed by a BSD 3 // license that can be found in the LICENSE file. 4 5 package search 6 7 // Result indicates a single document that matches a search query. 8 type Result struct { 9 Path string 10 }