File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,6 @@ type EndpointDefaultResolver interface {
5353 ResolveDefault () (any , * store.EndpointTLSData , error )
5454}
5555
56- // ResolveDefaultContext creates a Metadata for the current CLI invocation parameters
57- //
58- // Deprecated: this function is exported for testing and meant for internal use. It will be removed in the next release.
59- func ResolveDefaultContext (opts * cliflags.ClientOptions , config store.Config ) (* DefaultContext , error ) {
60- return resolveDefaultContext (opts , config )
61- }
62-
6356// resolveDefaultContext creates a Metadata for the current CLI invocation parameters
6457func resolveDefaultContext (opts * cliflags.ClientOptions , config store.Config ) (* DefaultContext , error ) {
6558 contextTLSData := store.ContextTLSData {
You can’t perform that action at this time.
0 commit comments