mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
add fdk-go to main docs (#412)
* add fdk-go to main docs * add note about using fdk-go to hot example
This commit is contained in:
committed by
Travis Reeder
parent
559f30a2bf
commit
a4de984f79
@@ -3,6 +3,7 @@
|
|||||||
## Language Wrappers to help writing functions
|
## Language Wrappers to help writing functions
|
||||||
|
|
||||||
* [Java](https://github.com/fnproject/fdk-java)
|
* [Java](https://github.com/fnproject/fdk-java)
|
||||||
|
* [Go](https://github.com/fnproject/fdk-go)
|
||||||
|
|
||||||
## Clients for the API
|
## Clients for the API
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
This is an example of a hot function. The [hot function documentation](/docs/hot-functions.md) contains an analysis of how this example works.
|
This is an example of a hot function. The [hot function documentation](/docs/hot-functions.md) contains an analysis of how this example works.
|
||||||
|
|
||||||
|
Note that you should probably be using the [fdk](https://github.com/fnproject/fdk-go) but this serves
|
||||||
|
as a good example of how to do a hot functions raw without the fdk.
|
||||||
|
|
||||||
### How to run the example
|
### How to run the example
|
||||||
|
|
||||||
Install the CLI tool, start a Fn server and run `docker login` to login to DockerHub. See the [front page](/README.md) for instructions.
|
Install the CLI tool, start a Fn server and run `docker login` to login to DockerHub. See the [front page](/README.md) for instructions.
|
||||||
|
|||||||
Reference in New Issue
Block a user