Home
last modified time | relevance | path

Searched defs:BuilderOpts (Results 1 – 15 of 15) sorted by relevance

/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/ChrisTrenkamp/goxpath/tree/xmltree/xmlbuilder/
H A Dxmlbuilder.go10 type BuilderOpts struct { struct
11 Dec *xml.Decoder
12 Tok xml.Token
13 NodeType tree.NodeType
14 NS map[xml.Name]string
15 Attrs []*xml.Attr
16 NodePos int
17 AttrStartPos int
23 CreateNode(*BuilderOpts) XMLBuilder
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/config/
H A Dflags.go10 type BuilderOpts struct { struct
13 Config Config
17 ConfigFiles []string
21 ConfigFormat string
25 DevMode *bool
28 HCL []string
32 func AddFlags(fs *flag.FlagSet, f *BuilderOpts) {
H A Dbuilder.go90 func NewBuilder(opts BuilderOpts) (*Builder, error) {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/vellum/
H A Dvellum.go56 type BuilderOpts struct { struct
57 Encoder int
58 RegistryTableSize int
59 RegistryMRUSize int
64 func New(w io.Writer, opts *BuilderOpts) (*Builder, error) {
80 func Merge(w io.Writer, opts *BuilderOpts, itrs []Iterator, f MergeFunc) error {
H A Dbuilder.go49 func newBuilder(w io.Writer, opts *BuilderOpts) (*Builder, error) {
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/couchbase/vellum/
H A Dvellum.go56 type BuilderOpts struct { struct
57 Encoder int
58 RegistryTableSize int
59 RegistryMRUSize int
64 func New(w io.Writer, opts *BuilderOpts) (*Builder, error) {
80 func Merge(w io.Writer, opts *BuilderOpts, itrs []Iterator, f MergeFunc) error {
H A Dbuilder.go49 func newBuilder(w io.Writer, opts *BuilderOpts) (*Builder, error) {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/couchbase/vellum/
H A Dvellum.go56 type BuilderOpts struct { struct
57 Encoder int
58 RegistryTableSize int
59 RegistryMRUSize int
64 func New(w io.Writer, opts *BuilderOpts) (*Builder, error) {
80 func Merge(w io.Writer, opts *BuilderOpts, itrs []Iterator, f MergeFunc) error {
H A Dbuilder.go49 func newBuilder(w io.Writer, opts *BuilderOpts) (*Builder, error) {
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/couchbase/vellum/
H A Dvellum.go56 type BuilderOpts struct { struct
57 Encoder int
58 RegistryTableSize int
59 RegistryMRUSize int
64 func New(w io.Writer, opts *BuilderOpts) (*Builder, error) {
80 func Merge(w io.Writer, opts *BuilderOpts, itrs []Iterator, f MergeFunc) error {
H A Dbuilder.go49 func newBuilder(w io.Writer, opts *BuilderOpts) (*Builder, error) {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/ChrisTrenkamp/goxpath/tree/xmltree/
H A Dxmltree.go107 func setEle(opts *xmlbuilder.BuilderOpts, xmlTree xmlbuilder.XMLBuilder, ele xml.StartElement, ordr…
153 func setNode(opts *xmlbuilder.BuilderOpts, xmlTree xmlbuilder.XMLBuilder, tok xml.Token, nt tree.No…
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/auto-config/
H A Dbuilder.go10 func LoadConfig(builderOpts config.BuilderOpts, extraHead config.Source, overrides ...config.Source…
H A Dconfig.go49 BuilderOpts config.BuilderOpts member
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/
H A Dagent.go359 func WithBuilderOpts(builderOpts config.BuilderOpts) AgentOption {