pioneer-io/go_sdk

View on GitHub
pkg/models/flag.go

Summary

Maintainability
A
0 mins
Test Coverage
package models

type Flag struct {
    Id          int
    Title       string
    Description string
    Is_Active   bool
    Rollout     int
}