Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
f035b7a0
Commit
f035b7a0
authored
Jun 28, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website: update the interfaces for extending
parent
620a864c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
website/source/docs/extend/post-processor.html.markdown
website/source/docs/extend/post-processor.html.markdown
+1
-1
website/source/docs/extend/provisioner.html.markdown
website/source/docs/extend/provisioner.html.markdown
+1
-1
No files found.
website/source/docs/extend/post-processor.html.markdown
View file @
f035b7a0
...
...
@@ -38,7 +38,7 @@ what each method should do.
<pre
class=
"prettyprint"
>
type PostProcessor interface {
Configure(interface{}) error
PostProcess(Artifact) (Artifact, error)
PostProcess(
Ui,
Artifact) (Artifact, error)
}
</pre>
...
...
website/source/docs/extend/provisioner.html.markdown
View file @
f035b7a0
...
...
@@ -33,7 +33,7 @@ what each method should do.
<pre
class=
"prettyprint"
>
type Provisioner interface {
Prepare(...interface{}) error
Provision(Ui, Communicator)
Provision(Ui, Communicator)
error
}
</pre>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment