Versions in this module Expand all Collapse all v0 v0.3.2 Nov 9, 2018 Changes in this version + func Create(ctx *context.Context, pol *Policy) (*Policy, error) + func Delete(ctx *context.Context, id string) error + func Get(ctx *context.Context, id string) (*Policy, error) + func List(ctx *context.Context) ([]Policy, error) + func Update(ctx *context.Context, policyId string, updateMap map[string]interface{}) (*Policy, error)