• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

TykTechnologies / tyk / 7996
39%
master: %

Build:
Build:
LAST BUILD BRANCH: v2.9.4.8
DEFAULT BRANCH: master
Ran 30 Dec 2019 09:38AM UTC
Jobs 1
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
7996

push

travis-ci

furkansenharputlu
ctx: inject API definition when using Go plugins (#2624)

This is a potential solution for allowing API definition access from Go plugins:
```go
package main

import (
	"fmt"
	"net/http"

	"github.com/TykTechnologies/tyk/ctx"
)

func main() {}

func MyCustomPlugin(w http.ResponseWriter, r *http.Request) {
	fmt.Println("MyCustomPlugin is called")
	apidef := ctx.GetDefinition(r)
	fmt.Println("apidef=", apidef)
}

```
Jobs
ID Job ID Ran Files Coverage
2 7996.2 (LATEST_GO=true) 30 Dec 2019 09:38AM UTC 0
Travis Job 7996.2
Source Files on build 7996
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #7996
  • acf82084 on github
  • Prev Build on release-2.9 (#7995)
  • Next Build on release-2.9 (#7997)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc