diff --git a/decoder/path_context.go b/decoder/path_context.go index ebaec109..dd74811f 100644 --- a/decoder/path_context.go +++ b/decoder/path_context.go @@ -14,6 +14,8 @@ type PathContext struct { ReferenceOrigins reference.Origins ReferenceTargets reference.Targets Files map[string]*hcl.File + + // TODO: Functions } type pathCtxKey struct{} diff --git a/decoder/path_decoder.go b/decoder/path_decoder.go index 321f61e0..a6f9a197 100644 --- a/decoder/path_decoder.go +++ b/decoder/path_decoder.go @@ -18,6 +18,7 @@ type PathDecoder struct { // PrefillRequiredFields enriches label-based completion candidates // with required attributes and blocks + // TODO: Move under DecoderContext PrefillRequiredFields bool } diff --git a/schema/body_schema.go b/schema/body_schema.go index 653ada35..82e11427 100644 --- a/schema/body_schema.go +++ b/schema/body_schema.go @@ -31,8 +31,6 @@ type BodySchema struct { // TargetableAs represents how else the body may be targeted // if not by its declarable attributes or blocks. TargetableAs Targetables - - // TODO: Functions } type DocsLink struct {